Supporting classes for all ArcGIS Server tasks. [Added in version 2.0]



Classes
 ClassDescription
 AddressCandidate Represents an address and its location.
 AreasAndLengthsParameters Input parameters for the areasAndLengths() method on the GeometryService - contains polygons, and optionally areaUnit and lengthUnit.
 AreasAndLengthsResult The result from the areasAndLengths() method in GeometryService.
 AttributeParameterValue Input parameter for network analyst operations.
 BufferParameters Input parameters for the buffer() method on the GeometryService - requires at least geometries and distances.
 ClosestFacilityParameters Input parameters for a ClosestFacilityTask.
 ClosestFacilitySolveResult The result from a ClosestFacilityTask operation.
 CutResult The result from the cut() method in GeometryService.
 DataFile A geoprocessing data object containing a data source.
 DataLayer Possible input for certain properties of the ClosestFacilityParameters, RouteParameters or ServiceAreaParameters.
 DensifyParameters Input parameters for the densify() method on the GeometryService - contains polygon and optionally lengthUnit, maxSegmentLength and geodesic.
 DirectionsFeatureSet A FeatureSet that has properties specific to network analyst operations like routing and closest facility.
 DistanceParameters Input parameters for the distance() method on the GeometryService - requires at least geometry1 and geometry2.
 ExecuteResult The result of a Geoprocessor execute task.
 FindParameters Input parameters for a FindTask.
 FindResult The result from a FindTask.
 GeneralizeParameters Input parameters for the generalize() method on the GeometryService - requires at least an array of geometries.
 GPMessage Represents a message generated during the execution of a geoprocessing task.
 IdentifyParameters Input parameters for an IdentifyTask.
 IdentifyResult The result from an IdentifyTask.
 ImageServiceIdentifyParameters Input parameters for an ImageServiceIdentifyTask.
 ImageServiceIdentifyResult The result from an ImageServiceIdentifyTask.
 JobInfo Represents information pertaining to the execution of an asynchronous geoprocessing task on the server.
 LengthsParameters Input parameters for the lengths() method on the GeometryService - requires at least an array of polylines, and optionally lengthUnit and geodesic.
 LinearUnit A data object containing a linear distance.
 NAMessage Represents a message generated during the execution of a Route, ClosestFacility or ServiceArea task.
 NAOutputLine The type of output line to be set in RouteParameters.outputLines for use in a RouteTask.
 NAOutputPolygon The type of output polygon to be set in ServiceAreaParameters.outputPolygons for use in a ServiceAreaTask.
 NATravelDirection The type of travel direction to be set in ServiceAreaParameters.travelDirection and ClosestFacilityParameters.travel for use in a ServiceAreaTask and ClosestFacilityTask.
 NAUTurn The type of U-turn restriction to be set in RouteParameters.restrictUTurns for use in a RouteTask.
 OffsetParameters Input parameters for the offset() method on the GeometryService.
 ParameterValue Represents the output parameters of several geoprocessing tasks and their properties and values.
 Query Input parameters for a QueryTask or one of the query or select methods for a FeatureLayer.
 RasterData A geoprocessing data object containing a raster data source.
 RelationParameters Input parameters for the relation() method on the GeometryService, for example geometries1, geometries2 and spatialRelationship.
 RelationshipQuery Input parameters when querying for related features with FeatureLayer and QueryTask.
 RouteParameters Input parameters for a RouteTask.
 RouteResult Represents the route result - which, together with barriers and messages make up the RouteSolveResult.
 RouteSolveResult The result from a RouteTask operation - the actual 'results' are available as an array of RouteResult.
 ServiceAreaParameters Input parameters for a ServiceAreaTask.
 ServiceAreaSolveResult The result from a ServiceAreaTask operation.
 TrimExtendParameters Input parameters for the trimExtend() method on the GeometryService.