ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter containing multiple values.
Instances of this class represent a parameter that contains multiple values. It can be used as input to a geoprocessing job or returned as the result of the job.
Corresponds to GPMultiValue parameter type on the service. Note that all the parameters in the collection must be of the same type.
Instance Methods | |
(instancetype) | - initWithParameterType: |
(instancetype) | - initWithParameterType:values: |
Class Methods | |
(instancetype) | + geoprocessingMultiValueWithParameterType: |
(instancetype) | + geoprocessingMultiValueWithParameterType:values: |
(instancetype) | + geoprocessingParameter |
Properties | |
AGSGeoprocessingParameterType | type |
AGSGeoprocessingParameterType | valueParameterType |
NSArray< AGSGeoprocessingParameter * > * | values |
+ (instancetype) geoprocessingMultiValueWithParameterType: | (AGSGeoprocessingParameterType) | parameterType |
Initialize this parameter to contain values of the specified type
parameterType | type of values contained by the parameter |
+ (instancetype) geoprocessingMultiValueWithParameterType: | (AGSGeoprocessingParameterType) | parameterType | |
values: | (NSArray< AGSGeoprocessingParameter * > *) | values | |
Initialize this parameter to contain values of the specified type
parameterType | type of values contained by the parameter |
values | of the specified type |
+ (instancetype) geoprocessingParameter |
- (instancetype) initWithParameterType: | (AGSGeoprocessingParameterType) | parameterType |
Initialize this parameter to contain values of the specified type
parameterType | type of values contained by the parameter |
- (instancetype) initWithParameterType: | (AGSGeoprocessingParameterType) | parameterType | |
values: | (NSArray< AGSGeoprocessingParameter * > *) | values | |
Initialize this parameter to contain values of the specified type
parameterType | type of values contained by the parameter |
values | of the specified type |
|
readnonatomicassigninherited |
The data type of the parameter.
|
readnonatomicassign |
Type of values contained by the parameter in values
|
readwritenonatomiccopy |
Values contained by this parameter of the type specified by valueParameterType