Package com.esri.core.tasks.ags.geoprocessing

Contains classes for connecting to geoprocessing services and parsing the results.

See:
          Description


Interface Summary
GPJobResultCallbackListener Implement this interface to handle the returned result from a Geoprocessor.submitJobAndGetResultsAsync(java.util.List, String[], String[], GPJobResultCallbackListener) call.
GPJobStatusCallback Implement this interface to create a callback that will be used to notify status update of a.
 

Class Summary
Geoprocessor This class represents a single GP task as specified by the URL passed to the constructor.
GPBoolean The GPBoolean class is a container that is used to represent a geoprocessing parameter of the type Boolean.
GPDataFile The GPDataFile class is a container that is used to represent a geoprocessing parameter of the type DataFile.
GPDate Container class representing a Geo-Processing parameter of the type date.
GPDouble Container class representing a Geo-Processing parameter of the type double.
GPFeatureRecordSetLayer Container class representing a Geo-Processing parameter of the type Graphic record set layer.
GPJobParameter This class gives the descriptions of the input GPParameter and output GPParameter by providing their names and values.
GPJobResource This class represents a job submitted using Geoprocessor#submitJob.
GPJobResults This class is used to return the requested parameters and associated job resource when running a GP job asynchronously.
GPLinearUnit Container class representing a Geo-Processing parameter of the type linear unit.
GPLong Container class representing a Geo-Processing parameter of the type long.
GPMapImage Container class representing a map image object shared by GPRasterDataLayer and GPFeatureRecordSetLayer
GPMessage This class represents messages generated during the execution of a geoprocessing task.
GPMultiValue<T extends GPParameter> Container class representing a Geo-Processing parameter of the type multivalue.
GPParameter Base class for all GeoProcessing parameters.
GPRasterData Container class representing a Geo-Processing parameter of the type raster data.
GPRasterDataLayer Container class representing a Geo-Processing parameter of the type raster data layer.
GPRecordSet Container class representing a Geo-Processing parameter of the type record set.
GPResultResource This class represents a result of Geoprocessor.execute(java.util.List).
GPServiceInfo This class provides information on a geoprocessing service at a given url.
GPString Container class representing a Geo-Processing parameter of the type String.
GPTaskInfo This class provides information on a geoprocessing task at a given url.
GPTaskInfo.GPParameterInfo This class provides information on a single parameter of a geoprocessing task.Information includes: Parameter name Parameter display name The parameter's category, if any The parameter's type The parameters direction: in or out The default value The parameter type: required, optional or derived A list of value choices
 

Enum Summary
GPJobResource.JobStatus The job status.
GPTaskInfo.ExecutionType The Enum ExecutionType.
GPTaskInfo.ParamDirection The Enum ParamDirection.
GPTaskInfo.ParamType The Enum ParamType.
 

Package com.esri.core.tasks.ags.geoprocessing Description

Contains classes for connecting to geoprocessing services and parsing the results.

Since:
1.0.1


Copyright © 2012. All Rights Reserved.