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

Description

A geoprocessing parameter for string data type.

Instances of this class represent a parameter for string data type that can be used as input to a geoprocessing job or returned as the result of the job.

Since
100
Inheritance diagram for AGSGeoprocessingString:
AGSGeoprocessingParameter AGSObject

Instance Methods

(instancetype) - initWithValue:
 

Class Methods

(instancetype) + geoprocessingParameter
 
(instancetype) + geoprocessingString
 
(instancetype) + geoprocessingStringWithValue:
 

Properties

AGSGeoprocessingParameterType type
 
NSString * value
 

Method Documentation

§ geoprocessingParameter()

+ (instancetype) geoprocessingParameter
Deprecated:
100.9. Do not use this method, it creates an invalid and incomplete object.

§ geoprocessingString()

+ (instancetype) geoprocessingString

§ geoprocessingStringWithValue:()

+ (instancetype) geoprocessingStringWithValue: (NSString *)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

§ initWithValue:()

- (instancetype) initWithValue: (NSString *)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

Property Documentation

§ type

- (AGSGeoprocessingParameterType) type
readnonatomicassigninherited

The data type of the parameter.

Since
100

§ value

- (NSString*) value
readwritenonatomiccopy

Value of the parameter

Since
100