This package contains classes related to ArcGIS Server tasks: find, geometry, geoprocessor, identify, locator, query and route services.
| Class | Description | |
|---|---|---|
| AddressCandidate | Represents an address and its location. | |
| BaseTask | Base class to be extended by all tasks. | |
| BufferParameters | Input parameters for a buffer operation on the GeometryService, for example distances and units. | |
| DataFile | A geoprocessing data object containing a data source. | |
| DataLayer | Possible input for RouteParameters.stops or RouteParameters.barriers. | |
| DirectionsFeatureSet | A FeatureSet that has properties specific to routing. | |
| ExecuteResult | The result of a Geoprocessor execute task. | |
| FeatureSet | Creates a new FeatureSet. | |
| FindParameters | Input parameters for a FindTask. | |
| FindResult | Output result from a FindTask. | |
| 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). | |
| Geoprocessor | Represents a geoprocessing task resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| GPDateUtil | Class for parsing geoprocessing dates into Date objects. | |
| GPMessage | Represents a message generated during the execution of a geoprocessing task. | |
| IdentifyParameters | Input parameters for an IdentifyTask. | |
| IdentifyResult | Output result from an IdentifyTask. | |
| 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). | |
| JobInfo | Represents information pertaining to the execution of an asynchronous geoprocessing task on the server. | |
| LinearUnit | A data object containing a linear distance. | |
| Locator | Represents a geocode service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| NAOutputLine | The type of output line to be set in RouteParameters.outputLines for use in a RouteTask. | |
| NAUTurn | The type of u-turn restriction to be set in RouteParameters.restrictUTurns for use in a RouteTask. | |
| ParameterValue | Represents the output parameters of several geoprocessing tasks and their properties and values. | |
| Query | Input parameters for a QueryTask. | |
| QueryTask | Executes a query operation on a layer resource of a map service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). | |
| RasterData | A geoprocessing data object containing a raster data source. | |
| RouteParameters | Input parameters for a RouteTask. | |
| RouteResult | Represents the route result - which, together with barriers and messages make up the RouteSolveResult. | |
| RouteSolveResult | Output result from a RouteTask operation - the actual 'results' are available as an array of RouteResults. | |
| 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). |