Package-level declarations
Types
A boolean input or output parameter. Corresponds to GPBoolean parameter type on the service.
A data file input or output parameter. Corresponds to GPDataFile parameter type on the service.
A date input or output parameter. Corresponds to GPDate parameter type on the service.
A double input or output parameter. Corresponds to GPDouble parameter type on the service.
The geoprocessing features used as input or output parameters. Corresponds to GPRecordSet and GPFeatureRecordSetLayer parameter types on the service.
Geoprocessing feature set is a read-only set of features that are returned from GeoprocessingFeatures.features.
A linear unit input or output parameter. Corresponds to GPLinearUnit parameter type on the service.
The list of geoprocessing linear unit types. This defines the subset of linear units supported by GeoprocessingLinearUnit.
A long input or output parameter. Corresponds to GPLong parameter type on the service. The range of values corresponds to a 32 bit integer from -2,147,483,648 to 2,147,483,647.
A multi value input or output parameter which contains a collection of single geoprocessing parameter type. Corresponds to GPMultiValue parameter type on the service.
Base class for all concrete parameter types that can be used in geoprocessing.
The list of geoprocessing parameter types. This is used to determine the geoprocessing parameter type.
A raster input or output parameter. Corresponds to GPRasterData and GPRasterDataLayer parameter types on the service.
A string input or output parameter. Corresponds to GPString parameter type on the service.