ArcGIS Runtime SDK for iOS: AGSGeoprocessingTaskInfo Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSGeoprocessingTaskInfo Class Reference

Description

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.

Since
100.1
Inheritance diagram for AGSGeoprocessingTaskInfo:
AGSObject

Properties

NSString * category
 
NSString * displayName
 
AGSGeoprocessingExecutionType executionType
 
NSURL * helpURL
 
NSString * name
 
NSArray< AGSGeoprocessingParameterInfo * > * parameterInfos
 
NSString * serviceDescription
 
NSURL * URL
 

Property Documentation

§ category

- (NSString*) category
readnonatomiccopy

Category of the geoprocessing task

Since
100.1

§ displayName

- (NSString*) displayName
readnonatomiccopy

User-friendly name of the geoprocessing task

Since
100.1

§ executionType

- (AGSGeoprocessingExecutionType) executionType
readnonatomicassign

The type of execution supported by the geoprocessing task

Since
100.1

§ helpURL

- (NSURL*) helpURL
readnonatomicstrong

URL to the documentation for the geoprocessing task

Since
100.1

§ name

- (NSString*) name
readnonatomiccopy

Name of the geoprocessing task

Since
100.1

§ parameterInfos

- (NSArray<AGSGeoprocessingParameterInfo*>*) parameterInfos
readnonatomiccopy

Information about the input and output parameters of the geoprocessing task.

Since
100.1

§ serviceDescription

- (NSString*) serviceDescription
readnonatomiccopy

Description of the geoprocessing task

Since
100.1

§ URL

- (NSURL*) URL
readnonatomicstrong

The URL to the task on the remote Geoprocessing service

Since
100.1