ArcGIS Runtime SDK for iOS
100.15
|
Information about a Geoprocessing Task.
Instances of this class represent information about a Geoprocessing Task such as its name, description, execution type and descriptions of all the task's parameters.
Properties | |
NSString * | category |
NSString * | displayName |
AGSGeoprocessingExecutionType | executionType |
NSURL * | helpURL |
NSString * | name |
NSArray< AGSGeoprocessingParameterInfo * > * | parameterInfos |
NSString * | serviceDescription |
NSURL * | URL |
|
readnonatomiccopy |
Category of the geoprocessing task
|
readnonatomiccopy |
User-friendly name of the geoprocessing task
|
readnonatomicassign |
The type of execution supported by the geoprocessing task
|
readnonatomicstrong |
URL to the documentation for the geoprocessing task
|
readnonatomiccopy |
Name of the geoprocessing task
|
readnonatomiccopy |
The list of geoprocessing task parameters information instances.
The returned array contains AGSGeoprocessingParameterInfo
instances. Each parameter information instance in the array describes one input or output parameter of the geoprocessing task. Includes such properties as name, data type, whether input or output and whether a particular input parameter is required or not.
|
readnonatomiccopy |
Description of the geoprocessing task
|
readnonatomicstrong |
The URL to the task on the remote Geoprocessing service