Main classes for ArcGIS Server tasks: closest facility, find, geometry, geoprocessor, identify, locator, query, route and service area services.
| Class | Description | |
|---|---|---|
| BaseTask | Base class to be extended by all tasks. | |
| ClosestFacilityTask | Helps you find closest facilities around any location(incident) on a network. | |
| DetailsTask | Loads the layer or table details from a map service or feature service. | |
| FeatureLayerTask | Performs edits on a layer in a feature service and updates a feature's attachments. | |
| FindTask | Based on a string value, searches a map service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| GeometryService | Represents a geometry task resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| GeometryServiceSingleton | Creates and configures a single static GeometryService instance. | |
| Geoprocessor | Represents a geoprocessing task resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| IdentifyTask | Performs an identify operation on the layers of a map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| ImageServiceIdentifyTask | Performs an identify operation on an image service resource. | |
| Locator | Represents a geocode service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and higher). | |
| QueryTask | Executes a query operation on a single layer or table resource of a Map Service, Feature Service or Image Service exposed by the ArcGIS Server REST API. | |
| RouteTask | Helps you solve a routing problem by finding a least-cost path between multiple locations using a network service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3.1 and later). | |
| ServiceAreaTask | Helps you find service areas around any location on a network. |