| Class | Description |
| Address | An address. |
| AddressCandidate | An address candidate that represents a result from an AddressToLocations operation. |
| AddressesToLocationsEventArgs | EventArgs for the Locator.AddressesToLocationsCompleted event. |
| AddressesToLocationsResult | AddressesToLocationsResult contains information found from a AddressesToLocations locator service call. |
| AddressEventArgs | EventArgs for the Locator.LocationToAddressCompleted event. |
| AddressToLocationsEventArgs | EventArgs for the AddressToLocations Locator geocode service operation. |
| AddressToLocationsParameters | Parameters for the AddressToLocations geocode service operation. |
| AngularUncertaintyValue | Class that represents a angular measurement that contains an uncertainty value. |
| AreasAndLengths | Contains a list of areas and corresponding lengths. |
| AreasAndLengthsEventArgs | EventArgs for the GeometryService.AreasAndLengthsCompleted event. |
| AreaUncertaintyValue | Class that represents a area measurement that contains an uncertainty value. |
| AttributeParameter | Used in RouteParameter.attributeParameterValues |
| BaseGeodataTransformation | Base class for ProjectiveTransformation and PolynomialTransformation |
| BaseRouteParameters | Base route parameters in shared between RouteParameters, RouteClosestFacilityParameters and RouteServiceAreaParameters |
| BeginEditEventArgs | Arguments for the begin edits event. |
| BufferParameters | Sets the distances, units, and other parameters for a buffer operation. |
| ClassBreaksDefinition | ClassBreaksDefinition |
| ClassificationDefinition | Base class for ClassificationDefinition. |
| ColorRamp | ColorRamp |
| CompositeTransformations | CompositeTransformations |
| ComputeHistogramsEventArgs | EventArgs for ComputeHistogramsTask.ComputeHistogramsAsync and ComputeHistogramsTask.ComputeHistogramsAsync task. |
| ComputeHistogramsParameter | Parameter object used for the ComputeHistogramsTask.ComputeHistogramsAsync and ComputeHistogramsTask.ComputeHistogramsAsync task. |
| ComputeHistogramsTask | Compute histograms task is used to dynamically create a histogram from an image server. |
| CutEventArgs | EventArgs for service operations that return a list of Graphic objects and a Integer array of cut indexes. |
| DeleteEventArgs | EventArgs for the UploadTask.DeleteCompleted event of the UploadTask. |
| DensifyParameters | Parameters contains additional properties that defines how the densify task will be preformed. |
| DirectionsFeatureSet | A FeatureSet that has properties specific to routing. The features property contains the turn-by-turn directions text and geometry of the route. |
| DistanceEventArgs | EventArgs for the GeometryService.DistanceCompleted event |
| DistanceParameters | Parameters contains additional properties that defines how the distance task will be preformed. |
| EditException | Edit exception. |
| EditResultItem | An item in the results from an edit operation. |
| EditResults | Results of the edit operation |
| EndEditEventArgs | Arguments for the end edit event. |
| FeatureSet | A collection of Features. |
| FindEventArgs | EventArgs for the FindTask.ExecuteCompleted event of the FindTask. |
| FindParameters | The parameters used to execute the FindTask. |
| FindResult | A result from the executing the FindTask. |
| FindTask | Task for finding features from a map service. |
| GeneralizeParameters | Parameters contains additional properties that defines how the generalize task will be preformed. |
| GenerateRendererParameters | The parameters used to generate renderer task. |
| GenerateRendererResult | Renderer result |
| GenerateRendererResultEventArgs | EventArgs for the GenerateRendererTask.ExecuteCompleted event of the GenerateRendererTask. |
| GenerateRendererTask | Generates renderer from supplied classification definition and an optional where clause. |
| GeometryEventArgs | EventArgs for service operations that return a single Geometry object. |
| GeometryRelationPair | Contains the indices of the geometries from the set of geometries passed to the Relation operation of the geometry service. |
| GeometryService | Represents a geometry service resource exposed by the ArcGIS Server REST API. It is used to perform various operations on geometries such as project, simplify, buffer, and relationships. The Auto Complete operation is performed on a geometry service resource. The AutoComplete operation simplifies the process of constructing new polygons that are adjacent to other polygons. It constructs polygons that fill in the gaps between existing polygons and a set of polylines. |
| Geoprocessor | Represents a geoprocessing task service resource exposed by the ArcGIS Server REST API. A geoprocessing task resource represents a single task in a geoprocessing service published using the ArcGIS Server and it supports one of the following two main operations: Execute - performed on a geoprocessing task resource when the execution type is synchronous. The only applicable events are ExecuteComplete and Fault. SubmitJob - performed on an asynchronous geoprocessing task resource. The only applicable events are JobComplete, Cancel, and Fault. In addition, for a jobId: GetInput - checks status of the job identified by jobId. The only applicable events are GetInputComplete and Fault. GetResultData - checks status of the job identified by jobId. The only applicable events are GetResultDataComplete and Fault. GetResultImageLayer - checks status of the job identified by jobId. The only applicable events are GetResultImageComplete and Fault. CheckStatus - checks status of the job identified by jobId. The only applicable events are StatusUpdate and Fault. Set the Url to the ArcGIS Server REST resource that receives the geoprocessing request. |
| GetResultImageEventArgs | EventArgs for the Geoprocessor.GetResultImageCompleted geoprocessor event. |
| GetResultImageLayerEventArgs | EventArgs for the Geoprocessor.GetResultImageLayerCompleted geoprocessor event. |
| GPBoolean | A boolean input to a geoprocessing task. |
| GPDataFile | A data file input to a geoprocessing task. |
| GPDate | A date input to a geoprocessing task. |
| GPDouble | A double input to a geoprocessing task. |
| GPExecuteCompleteEventArgs | EventArgs for the Geoprocessor.ExecuteCompleted geoprocessor event. |
| GPExecuteResults | The results of executing a geoprocessing task. |
| GPFeatureRecordSetLayer | Represents a GPFeatureRecordSetLayer geoprocessing task inputs. For a large set of geometries, you can specify the Url property to the input features stored in a JSON structure in a file on a public server. |
| GPItemID | This item represents and item that has been uploaded to the GPServer endpoint using the new Upload ability in ArcGIS Server v10.1. a GPItemID can be used in place of GPDataFile and GPRasterData by uploading the required item to the server then passing the ItemID to the Geoprocessing task instead. |
| GPLinearUnit | A linear unit input to a geoprocessing task. |
| GPLong | An input to a geoprocessing task. |
| GPMessage | Represents a message generated during the execution of a geoprocessing task. It includes information such as when the processing started, what parameter values are being used, the task progress, warnings of potential problems and errors. |
| GPMultiValue<T> | A MultiValue input to a geoprocessing task. |
| GPParameter | Base class for parameters passed to geoprocessing tasks. |
| GPParameterEventArgs | EventArgs for the Geoprocessor.GetResultDataCompleted and Geoprocessor.GetInputCompleted geoprocessor events. |
| GPRasterData | A raster data file input to a geoprocessing task. This is used for parameters of type GPRasterData or GPRasterDataLayer. |
| GPRecordSet | Represents a GPRecordSet geoprocessing task inputs. For a large set of records, you can specify the Url property to the input records stored in a JSON structure in a file on a public server. |
| GPResultImageLayer | Layer containing an image result from a geoprocessing task |
| GPServiceInfo | GP Service Info |
| GPServiceInfoEventArgs | EventArgs for the Geoprocessor.GetServiceInfoCompleted geoprocessor event. |
| GPString | A string input to a geoprocessing task. |
| GraphicsEventArgs | EventArgs for service operations that return a list of Graphic objects. |
| IdentifyEventArgs | EventArgs for the IdentifyTask.ExecuteCompleted event of the IdentifyTask. |
| IdentifyParameters | The parameters used to execute the IdentifyTask. |
| IdentifyResult | A result from executing the IdentifyTask. |
| IdentifyTask | Task for identifying features from a map service. |
| IdentityTransformation | IdentityTransformation |
| ImageServiceAddParameters | ImageServiceAddParameters |
| ImageServiceEditBaseParameters | ImageServiceEditBaseParameters |
| ImageServiceEditEventArgs | EventArgs for the ImageServiceEditTask.AddRastersCompleted, ImageServiceEditTask.UpdateRasterCompleted, and ImageServiceEditTask.DeleteRastersCompleted event of the ImageServiceEditTask. |
| ImageServiceEditResultItem | An item in the results from an edit operation in ImageService. |
| ImageServiceEditResults | ImageServiceEditResults |
| ImageServiceIdentifyEventArgs | EventArgs for the ImageServiceIdentifyTask.ExecuteCompleted event of the ImageServiceIdentifyTask. |
| ImageServiceIdentifyParameters | The parameters used to execute the IdentifyTask against a image service layer that has a catalog of images. |
| ImageServiceIdentifyResult | A result from executing the IdentifyTask. |
| ImageServiceIdentifyTask | Task for identifying features from a image service. |
| ImageServiceUpdateParameters | ImageServiceUpdateParameters |
| JobInfo | Represents information pertaining to the execution of an asynchronous geoprocessing task on the server. |
| JobInfoEventArgs | EventArgs for the Geoprocessor.StatusUpdated and Geoprocessor.JobCompleted geoprocessor events. |
| LengthsEventArgs | EventArgs for the GeometryService.LengthsCompleted event. |
| LinearUncertaintyValue | Class that represents a linear measurement value that contains an uncertainty value. |
| Location | Location |
| Locator | Represents a geocode service resource exposed by the ArcGIS Server REST API. It is used to generate candidates for an address. It also used to find an address for a given location. |
| LocatorFindEventArgs | EventArgs for the Find Locator geocode service operation. |
| LocatorFindParameters | Parameters for the find geocode service operation. |
| LocatorFindResult | LocatorFindResult contains information found from a find geocode service operation. |
| MensurationAreaEventArgs | Result event argument for MensurationTask.AreaAndPerimeterCompleted. |
| MensurationAreaParameter | Class used to define parameters for the MensurationTask.AreaAndPerimeterAsync task. |
| MensurationAreaResult | Result object for the MensurationTask.AreaAndPerimeterAsync task. |
| MensurationHeightEventArgs | Result event argument for MensurationTask.HeightFromBaseAndTopCompleted, MensurationTask.HeightFromBaseAndTopShadowCompleted and MensurationTask.HeightFromTopAndTopShadowCompleted. |
| MensurationHeightParameter | Class used to define parameters for the MensurationTask.HeightFromBaseAndTopAsync, MensurationTask.HeightFromBaseAndTopShadowAsync and MensurationTask.HeightFromTopAndTopShadowAsynctasks. |
| MensurationHeightResult | Result object for the MensurationTask.HeightFromBaseAndTopAsync, MensurationTask.HeightFromBaseAndTopShadowAsync and MensurationTask.HeightFromTopAndTopShadowAsync tasks. |
| MensurationLengthEventArgs | Result event argument for MensurationTask.DistanceAndAngleCompleted. |
| MensurationLengthParameter | Class used to define parameters for the MensurationTask.DistanceAndAngleAsync task. |
| MensurationLengthResult | Result object for the MensurationTask.DistanceAndAngleAsync task. |
| MensurationParameterBase | Abstract base class that has properties that MensurationLengthParameter, MensurationAreaParameter,MensurationHeightParameter, MensurationPointParameter, have in common. |
| MensurationPointEventArgs | Result event argument for MensurationTask.CentroidCompleted and MensurationTask.PointCompleted. |
| MensurationPointParameter | Class used to define parameters for the MensurationTask.CentroidAsync and MensurationTask.PointAsync tasks. |
| MensurationPointResult | Result object for the MensurationTask.CentroidAsync and MensurationTask.PointAsync task. |
| MensurationResultBase | Abstract base class that has common properties for all Mensuration results. MensurationHeightResult,MensurationLengthResult, MensurationAreaResult and MensurationPointResult. |
| MensurationTask | Class that provides various measurement services for an ESRI.ArcGIS.Client.ArcGISImageServiceLayer. |
| OffsetParameters | Parameters contains additional properties that defines how the offset task will be preformed |
| OrderByField | OrderByField is used to indicate a sorting order for a particular field. |
| OutFields | The fields to return in a QueryTask FeatureSet. |
| OutStatistic | Contains information about performing a statistic analysis on a field. |
| ParameterInfo | Parameter Info |
| PolynomialTransformation | PolynomialTransformation |
| ProjectiveTransformation | ProjectiveTransformation |
| Query | The parameters used to execute the QueryTask. |
| QueryCountEventArgs | EventArgs for the QueryTask.ExecuteCountCompleted event. |
| QueryEventArgs | EventArgs for the QueryTask.ExecuteCompleted event. |
| QueryTask | Task for querying a layer from a map service. |
| RelationEventArgs | EventArgs for the relation geometry service operation. |
| RelationshipEventArgs | EventArgs for the ExecuteRelationshipQueryCompleted event. |
| RelationshipParameter | The RelationshipParameter contains properties to define a relationship when using the ExecuteRelationshipQuery or ExecuteRelationshipQueryAsync Method of the QueryTask. |
| RelationshipResult | The result returned after the ExecuteRelationshipQuery or ExecuteRelationshipQueryAsync is performed by the QueryTask. |
| RouteClosestFacilityParameters | Input parameters for a RouteTask.SolveClosestFacilityAsync. |
| RouteEventArgs | EventArgs for the RouteTask.SolveCompleted event. |
| RouteParameters | Input parameters for a RouteTask.SolveAsync. |
| RouteResult | Represents the route result - which, together with barriers and messages make up the RouteEventArgs. |
| RouteServiceAreaParameters | Parameters indicate guidelines that are required when determining what the service area of a facility. |
| RouteTask | Solves routing problems by finding a least-cost path between multiple locations. |
| ServiceException | Exception that represents an error returned from the REST API |
| TaskBase | Base class for tasks. |
| TaskEventArgs | Base EventArgs for the task events. |
| TaskFailedEventArgs | EventArgs for the Fault task event. |
| TimeOption | Contains properties to indicate how to render an individual sub-layer of a time-enabled ArcGISDynamicMapServiceLayer. |
| UncertaintyValueBase | Class that represents a measurement that contains an uncertainty value. |
| UniqueValueDefinition | UniqueValueDefinition |
| UploadEventArgs | EventArgs for the UploadTask.UploadCompleted event of the UploadTask. |
| UploadItem | UploadItem |
| UploadParameters | The parameters used to execute the UploadTask. |
| UploadProgressEventArgs | EventArgs for the UploadTask.UploadProgress event of the UploadTask. |
| UploadResult | UploadResult |
| UploadTask | Task for uploading resource to GP Service, Feature Service and Image Service |