Uses of Class
com.esri.core.tasks.ags.geoprocessing.GPParameter

Packages that use GPParameter
com.esri.core.tasks.ags.geoprocessing Contains classes for connecting to geoprocessing services and parsing the results. 
 

Uses of GPParameter in com.esri.core.tasks.ags.geoprocessing
 

Classes in com.esri.core.tasks.ags.geoprocessing with type parameters of type GPParameter
 class GPMultiValue<T extends GPParameter>
          Container class representing a Geo-Processing parameter of the type multivalue.
 

Subclasses of GPParameter in com.esri.core.tasks.ags.geoprocessing
 class GPBoolean
          The GPBoolean class is a container that is used to represent a geoprocessing parameter of the type Boolean.
 class GPDataFile
          The GPDataFile class is a container that is used to represent a geoprocessing parameter of the type DataFile.
 class GPDate
          Container class representing a Geo-Processing parameter of the type date.
 class GPDouble
          Container class representing a Geo-Processing parameter of the type double.
 class GPFeatureRecordSetLayer
           Container class representing a Geo-Processing parameter of the type Graphic record set layer.
 class GPLinearUnit
          Container class representing a Geo-Processing parameter of the type linear unit.
 class GPLong
          Container class representing a Geo-Processing parameter of the type long.
 class GPMultiValue<T extends GPParameter>
          Container class representing a Geo-Processing parameter of the type multivalue.
 class GPRasterData
          Container class representing a Geo-Processing parameter of the type raster data.
 class GPRasterDataLayer
           Container class representing a Geo-Processing parameter of the type raster data layer.
 class GPRecordSet
          Container class representing a Geo-Processing parameter of the type record set.
 class GPString
          Container class representing a Geo-Processing parameter of the type String.
 

Methods in com.esri.core.tasks.ags.geoprocessing that return GPParameter
static GPParameter GPParameter.createFromJson(org.codehaus.jackson.JsonParser parser)
          Static method generating a GP Parameter based on the GPParameter Json representation the Json Parser is pointing to.
 GPParameter[] GPResultResource.getOutputParameters()
          Gets the output parameters.
 GPParameter Geoprocessor.getResultData(String jobId, String parameterName)
          Retrieves the result parameter information for a specific job.
 GPParameter Geoprocessor.getResultImage(String jobId, String parameterName)
          Retrieves the result parameter information as a map image for a specific job.
 

Method parameters in com.esri.core.tasks.ags.geoprocessing with type arguments of type GPParameter
 GPResultResource Geoprocessor.execute(List<GPParameter> parameters)
          The execute method is performed on a GP service when the execution type desired is synchronous (on the server side).
 GPJobResource Geoprocessor.submitJob(List<GPParameter> parameters)
          The submitJob method is performed on a GP service when the execution type desired is asynchronous (on the server side).
 



Copyright © 2012. All Rights Reserved.