|
ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter for linear distances.
Instances of this class represent a parameter for linear distances that can be used as input to a geoprocessing job or returned as the result of the job.
Instance Methods | |
| (instancetype) | - initWithDistance: |
| (instancetype) | - initWithDistance:geoprocessingLinearUnit: |
| (instancetype) | - initWithDistance:linearUnit: |
| (instancetype) | - initWithDistance:unitID: |
| (AGSLinearUnit *) | - linearUnit |
Class Methods | |
| (instancetype) | + geoprocessingLinearUnit |
| (instancetype) | + geoprocessingLinearUnitWithDistance: |
| (instancetype) | + geoprocessingLinearUnitWithDistance:geoprocessingUnit: |
| (instancetype) | + geoprocessingLinearUnitWithDistance:linearUnit: |
| (instancetype) | + geoprocessingLinearUnitWithDistance:unitID: |
| (instancetype) | + geoprocessingParameter |
Properties | |
| double | distance |
| AGSGeoprocessingLinearUnits | geoprocessingLinearUnit |
| AGSGeoprocessingParameterType | type |
| + (instancetype) geoprocessingLinearUnit |
| + (instancetype) geoprocessingLinearUnitWithDistance: | (double) | distance |
Intialize this parameter with the given distance value
| distance | value |
| + (instancetype) geoprocessingLinearUnitWithDistance: | (double) | distance | |
| geoprocessingUnit: | (AGSGeoprocessingLinearUnits) | geoprocessingUnit | |
Intialize this parameter with the given distance value
| distance | value |
| geoprocessingUnit | specifying unit of measurement for the distance value |
| + (instancetype) geoprocessingLinearUnitWithDistance: | (double) | distance | |
| linearUnit: | (AGSLinearUnit *) | linearUnit | |
Intialize this parameter with the given distance value
| distance | value |
| linearUnit | specifying unit of measurement for the distance value |
| + (instancetype) geoprocessingLinearUnitWithDistance: | (double) | distance | |
| unitID: | (AGSLinearUnitID) | unitID | |
Intialize this parameter with the given distance value
| distance | value |
| unitID | specifying unit of measurement for the distance value |
| + (instancetype) geoprocessingParameter |
| - (instancetype) initWithDistance: | (double) | distance |
Intialize this parameter with the given distance value
| distance | value |
| - (instancetype) initWithDistance: | (double) | distance | |
| geoprocessingLinearUnit: | (AGSGeoprocessingLinearUnits) | geoprocessingLinearUnit | |
Intialize this parameter with the given distance value
| distance | value |
| geoprocessingLinearUnit | specifying unit of measurement for the distance value |
| - (instancetype) initWithDistance: | (double) | distance | |
| linearUnit: | (AGSLinearUnit *) | linearUnit | |
Intialize this parameter with the given distance value
| distance | value |
| linearUnit | specifying unit of measurement for the distance value |
| - (instancetype) initWithDistance: | (double) | distance | |
| unitID: | (AGSLinearUnitID) | unitID | |
Intialize this parameter with the given distance value
| distance | value |
| unitID | specifying unit of measurement for the distance value |
| - (AGSLinearUnit*) linearUnit |
The units of measurement for the distance value
|
readwritenonatomicassign |
The distance value for this parameter
|
readwritenonatomicassign |
The units of measurement for the distance value
|
readnonatomicassigninherited |
The data type of the parameter.