Modifier and Type | Method and Description |
---|---|
Deferred |
IdentityManagerBase.generateToken(ServerInfo serverInfo,
com.google.gwt.core.client.JavaScriptObject userInfo)
Returns an object containing a token and its expiration time.
|
Deferred |
IdentityManagerBase.getCredential(java.lang.String url)
Returns a Credential object that can be used to access the secured resource identified by the input url.
|
Deferred |
IdentityManagerBase.getCredential(java.lang.String url,
boolean retry)
Returns a Credential object that can be used to access the secured resource identified by the input url.
|
Deferred |
SnappingManager.getSnappingPoint(Point screenPoint)
Returns a deferred object, which can be added to a callback to find the snap point.
|
Deferred |
Credential.refreshToken()
Generate a new token and update the Credential's token property with the newly acquired token.
|
Deferred |
IdentityManagerBase.signIn(java.lang.String url,
ServerInfo serverInfo)
Sub-classes must implement this method to create and manager the user interface that is used to obtain a username and password
from the end-user.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
PortalUser.getFolders(PortalFoldersCallback callback)
Find folders for the portal user.
|
Deferred |
PortalUser.getGroupInvitations(PortalGroupInvitationsCallback callback)
Provides access to the group invitations for the portal user.
|
Deferred |
PortalUser.getGroups(PortalGroupsCallback callback)
Find all the groups that the portal user has permissions to access.
|
Deferred |
PortalUser.getItems(java.lang.String folderId,
PortalItemsCallback callback)
Retrieve all the items in the specified folder.
|
Deferred |
PortalGroup.getMembers(PortalGroupMembersCallback callback)
Get the current members for the group.
|
Deferred |
Portal.queryGroups(PortalQueryParams queryParams,
PortalQueryGroupsCallback callback)
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalGroup objects for all the groups that match the input query.
|
Deferred |
PortalGroup.queryItem(PortalQueryParams queryParams,
PortalQueryItemsCallback callback)
Execute a query against the group to return a deferred that when resolved returns PortalQueryResults that
contain a results array of PortalItem objects that match the input query.
|
Deferred |
Portal.queryItem(PortalQueryParams queryParams,
PortalQueryItemsCallback callback)
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalItem objects that match the input query.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Basemap.getLayersDeferred()
The list of layers contained in the basemap or a dojo.Deferred if a call to ArcGIS.com needs to be made to
retrieve the list of ArcGIS.com basemaps.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
FeatureLayer.addAttachment(int objectId,
com.google.gwt.user.client.ui.FormPanel formNode)
Add an attachment to the feature specified by the ObjectId.
|
Deferred |
FeatureLayer.addAttachment(int objectId,
com.google.gwt.user.client.ui.FormPanel formNode,
AddAttachmentCallback callback)
Add an attachment to the feature specified by the ObjectId.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.applyEdits(Graphic[] adds,
Graphic[] updates,
Graphic[] deletes,
ApplyEditsCallback callback)
Apply edits to the feature layer.
|
Deferred |
FeatureLayer.deleteAttachments(int objectId,
int[] attachmentIds)
Delete one or more attachments for the feature specified by the input ObjectId.
|
Deferred |
FeatureLayer.deleteAttachments(int objectId,
int[] attachmentIds,
DeleteAttachmentsCallback callback)
Delete one or more attachments for the feature specified by the input ObjectId.
|
Deferred |
FeatureLayer.queryAttachmentInfos(int objectId)
Query for information about attachments associated with the specified ObjectIds.
|
Deferred |
FeatureLayer.queryAttachmentInfos(int objectId,
QueryAttachmentInfosCallback callback)
Query for information about attachments associated with the specified ObjectIds.
|
Deferred |
FeatureLayer.queryCount(Query query)
Get a count of the number of features that satisfy the input query.
|
Deferred |
FeatureLayer.queryCount(Query query,
QueryCountCallback callback)
Get a count of the number of features that satisfy the input query.
|
Deferred |
FeatureLayer.queryFeatures(Query query)
Query features from the feature layer.
|
Deferred |
FeatureLayer.queryFeatures(Query query,
QueryFeaturesCallback callback)
Query features from the feature layer.
|
Deferred |
FeatureLayer.queryIds(Query query)
Query for ObjectIds.
|
Deferred |
FeatureLayer.queryIds(Query query,
QueryIdsCallback callback)
Query for ObjectIds.
|
Deferred |
FeatureLayer.queryRelatedFeatures(RelationshipQuery relQuery)
Query features or records, from another layer or table, related to features in this layer.
|
Deferred |
FeatureLayer.queryRelatedFeatures(RelationshipQuery relQuery,
QueryRelatedFeaturesCallback callback)
Query features or records, from another layer or table, related to features in this layer.
|
Deferred |
FeatureLayer.selectFeatures(Query query)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod,
SelectFeaturesCallback callback)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
SelectFeaturesCallback callback)
Selects features from the FeatureLayer.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Locator.addressToLocations(Locator.Parameters params)
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address
argument.
|
Deferred |
Locator.addressToLocations(Locator.Parameters params,
AddressToLocationsCallback callback)
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address
argument.
|
Deferred |
GeometryService.areasAndLengths(AreasAndLengthsParameters param)
Computes the area and length for the input polygons.
|
Deferred |
GeometryService.areasAndLengths(AreasAndLengthsParameters param,
AreasAndLengthsCallback callback)
Computes the area and length for the input polygons.
|
Deferred |
GeometryService.autoComplete(Polygon[] polygons,
Polyline[] polylines)
The Auto Complete operation is performed on a geometry service resource.
|
Deferred |
GeometryService.autoComplete(Polygon[] polygons,
Polyline[] polylines,
AutoCompleteCallback callback)
The Auto Complete operation is performed on a geometry service resource.
|
Deferred |
GeometryService.buffer(BufferParameters params)
Creates buffer polygons at a specified distance around the given geometries.
|
Deferred |
GeometryService.buffer(BufferParameters params,
BufferCallback callback)
Creates buffer polygons at a specified distance around the given geometries.
|
Deferred |
GeometryService.convexHull(Geometry[] geometries)
The convexHull operation is performed on a geometry service resource.
|
Deferred |
GeometryService.convexHull(Geometry[] geometries,
ConvexHullCallback callback)
The convexHull operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.cut(Geometry[] targetGeometry,
Geometry cutterGeometry,
CutCallback callback)
The cut operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.difference(Geometry[] geometries,
Geometry geometry,
DifferenceCallback callback)
The difference operation is performed on a geometry service resource.
|
Deferred |
GeometryService.distance(DistanceParameters params)
Measures the planar or geodesic distance between geometries.
|
Deferred |
GeometryService.distance(DistanceParameters params,
DistanceCallback callback)
Measures the planar or geodesic distance between geometries.
|
Deferred |
FindTask.execute(FindParameters params)
Sends a request to the ArcGIS REST map service resource to perform a search based on the FindParameters specified in the findParameters argument.
|
Deferred |
FindTask.execute(FindParameters params,
FindTaskCallback taskCallback)
Sends a request to the ArcGIS REST map service resource to perform a search based on the FindParameters specified in the findParameters argument.
|
Deferred |
GenerateRendererTask.execute(GenerateRendererParameters generateRendererParameters)
Perform a classification on the layer or table resource.
|
Deferred |
GenerateRendererTask.execute(GenerateRendererParameters generateRendererParameters,
GenerateRendererCallback callback)
Perform a classification on the layer or table resource.
|
Deferred |
IdentifyTask.execute(IdentifyParameters identifyParams)
Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters
specified in the identifyParameters argument.
|
Deferred |
IdentifyTask.execute(IdentifyParameters identifyParams,
IdentifyCallback callback)
Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters
specified in the identifyParameters argument.
|
Deferred |
ImageServiceIdentifyTask.execute(ImageServiceIdentifyParameters params)
Sends a request to the ArcGIS REST image service resource to identify content based on the
ImageServiceIdentifyParameters specified in the imageServiceIdentifyParameters argument.
|
Deferred |
ImageServiceIdentifyTask.execute(ImageServiceIdentifyParameters params,
ImageServiceIdentifyTaskCallback callback)
Sends a request to the ArcGIS REST image service resource to identify content based on the
ImageServiceIdentifyParameters specified in the imageServiceIdentifyParameters argument.
|
Deferred |
Geoprocessor.execute(JSObject params)
Sends a request to the server to execute a synchronous GP task.
|
Deferred |
Geoprocessor.execute(JSObject params,
GeoprocessorExecuteCallback callback)
Sends a request to the server to execute a synchronous GP task.
|
Deferred |
PrintTask.execute(PrintParameters params)
Sends a request to the print service resource to create a print page using the information specified in the printParameters argument.
|
Deferred |
PrintTask.execute(PrintParameters params,
PrintTaskCallback callback)
Sends a request to the print service resource to create a print page using the information specified in the printParameters argument.
|
Deferred |
QueryTask.execute(Query query)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.execute(Query query,
QueryTaskCallback callback)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeForCount(Query query)
Get a count of the number of features that satisfy the input query.
|
Deferred |
QueryTask.executeForCount(Query query,
QueryTaskCountCallback callback)
Get a count of the number of features that satisfy the input query.
|
Deferred |
QueryTask.executeForIds(Query parameters)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeForIds(Query parameters,
QueryTaskIdsCallback callback)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeRelationshipQuery(Query parameters)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeRelationshipQuery(Query parameters,
QueryTaskRelationshipCallback callback)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
GeometryService.generalize(GeneralizeParameters params)
Generalizes the input geomtries using the Douglas-Peucker algorithim.
|
Deferred |
GeometryService.generalize(GeneralizeParameters params,
GeneralizeCallback callback)
Generalizes the input geomtries using the Douglas-Peucker algorithim.
|
Deferred |
Geoprocessor.getResultData(java.lang.String jobId,
java.lang.String parameterName)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName.
|
Deferred |
Geoprocessor.getResultData(java.lang.String jobId,
java.lang.String parameterName,
GetResultDataCallback callback)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName.
|
Deferred |
Geoprocessor.getResultImage(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an image.
|
Deferred |
Geoprocessor.getResultImage(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters,
GetResultImageCallback callback)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an image.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.intersect(Geometry[] geometries,
Geometry geometry,
IntersectCallback callback)
The intersect operation is performed on a geometry service resource.
|
Deferred |
GeometryService.labelPoints(Geometry[] polygons)
Calculates an interior point for each polygon specified.
|
Deferred |
GeometryService.labelPoints(Geometry[] polygons,
LabelPointsCallback callback)
Calculates an interior point for each polygon specified.
|
Deferred |
GeometryService.lengths(LengthsParameters params)
Gets the lengths for a Geometry[] when the geometry type is Polyline.
|
Deferred |
GeometryService.lengths(LengthsParameters params,
LengthsCallback callback)
Gets the lengths for a Geometry[] when the geometry type is Polyline.
|
Deferred |
Locator.locationToAddress(Point location,
double distance)
Locates an address based on a given point.
|
Deferred |
Locator.locationToAddress(Point location,
double distance,
LocationToAddressCallback callback)
Locates an address based on a given point.
|
Deferred |
GeometryService.offset(OffsetParameters params)
Constructs the offset of the input geometries.
|
Deferred |
GeometryService.offset(OffsetParameters params,
OffsetCallback callback)
Constructs the offset of the input geometries.
|
Deferred |
GeometryService.project(Geometry[] geometries,
SpatialReference outSspatialReference)
Projects a set of geometries into a new spatial reference.
|
Deferred |
GeometryService.project(Geometry[] geometries,
SpatialReference outSspatialReference,
ProjectCallback callback)
Projects a set of geometries into a new spatial reference.
|
Deferred |
GeometryService.relation(RelationParameters params)
Computes the set of pairs of geometries from the input geometry arrays that belong to the specified relation.
|
Deferred |
GeometryService.relation(RelationParameters params,
RelationCallback callback)
Computes the set of pairs of geometries from the input geometry arrays that belong to the specified relation.
|
Deferred |
GeometryService.reshape(Geometry targetGeometry,
Geometry reshaperGeometry)
The reshape operation is performed on a geometry service resource.
|
Deferred |
GeometryService.reshape(Geometry targetGeometry,
Geometry reshaperGeometry,
ReshapeCallback callback)
The reshape operation is performed on a geometry service resource.
|
Deferred |
GeometryService.simplify(Geometry[] geometries)
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.
|
Deferred |
GeometryService.simplify(Geometry[] geometries,
SimplifyCallback callback)
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.
|
Deferred |
ClosestFacilityTask.solve(ClosestFacilityParameters params)
Solve the closest facility.
|
Deferred |
ClosestFacilityTask.solve(ClosestFacilityParameters params,
ClosestFacilitySolveCallback callback)
Solve the closest facility.
|
Deferred |
RouteTask.solve(RouteParameters params)
Solves the route against the route layer with the route parameters.
|
Deferred |
RouteTask.solve(RouteParameters params,
RouteSolveCallback callback)
Solves the route against the route layer with the route parameters.
|
Deferred |
ServiceAreaTask.solve(ServiceAreaParameters params)
Solve the service area.
|
Deferred |
ServiceAreaTask.solve(ServiceAreaParameters params,
ServiceAreaSolveCallback callback)
Solve the service area.
|
Deferred |
GeometryService.trimExtend(TrimExtendParameters params)
Trims or extends the input polylines using the user specified guide polyline.
|
Deferred |
GeometryService.trimExtend(TrimExtendParameters params,
TrimExtendCallback callback)
Trims or extends the input polylines using the user specified guide polyline.
|
Deferred |
GeometryService.union(Geometry[] geometries)
The union operation is performed on a geometry service resource.
|
Deferred |
GeometryService.union(Geometry[] geometries,
UnionCallback callback)
The union operation is performed on a geometry service resource.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
VEGeocoder.addressToLocations(java.lang.String query)
Sends a geocode request to Bing Maps to find candidates for a single address specified in the query argument.
|
Deferred |
VEGeocoder.addressToLocations(java.lang.String query,
VEAddressToLocationsCallback callback)
Sends a geocode request to Bing Maps to find candidates for a single address specified in the query argument.
|