|
ArcGIS Runtime SDK for iOS
100.9
|
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 |
Information about the input and output parameters of the geoprocessing task.
|
readnonatomiccopy |
Description of the geoprocessing task
|
readnonatomicstrong |
The URL to the task on the remote Geoprocessing service