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

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

See:
          Description

Interface Summary
GPJobStatusCallback Implement this interface to create a callback that will be used to notify status update of a GPSubmitJobAndPollTask task.
 

Class Summary
Geoprocessor This class represents a GeoProcessing task.
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(java.util.List).
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).
GPString Container class representing a Geo-Processing parameter of the type String.
 

Enum Summary
GPJobResource.JobStatus The job status.
 

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.