|
ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter for double data type.
Instances of this class represent a parameter for double data type that can be used as input to a geoprocessing job or returned as the result of the job.
Instance Methods | |
| (instancetype) | - initWithValue: |
Class Methods | |
| (instancetype) | + geoprocessingDouble |
| (instancetype) | + geoprocessingDoubleWithValue: |
| (instancetype) | + geoprocessingParameter |
Properties | |
| AGSGeoprocessingParameterType | type |
| double | value |
| + (instancetype) geoprocessingDouble |
| + (instancetype) geoprocessingDoubleWithValue: | (double) | value |
Initialize the parameter with the given value
| value | for the parameter |
| + (instancetype) geoprocessingParameter |
| - (instancetype) initWithValue: | (double) | value |
Initialize the parameter with the given value
| value | for the parameter |
|
readnonatomicassigninherited |
The data type of the parameter.
|
readwritenonatomicassign |
Value of the parameter