ArcGIS Runtime SDK for iOS: AGSGeoprocessingTaskInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
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

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.

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