|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Enumerations | |
| enum | AGSAngularUnitID { AGSAngularUnitIDDegrees = 9102, AGSAngularUnitIDGrads = 9105, AGSAngularUnitIDMinutes = 9103, AGSAngularUnitIDRadians = 9101, AGSAngularUnitIDSeconds = 9104, AGSAngularUnitIDOther = 0 } |
| enum AGSAngularUnitID |
Defines a list of the most commonly-used angular units of measurement.
| Enumerator | |
|---|---|
| AGSAngularUnitIDDegrees | Indicates an angular measurement in degrees. This unit has a WKID of |
| AGSAngularUnitIDGrads | Indicates an angular measurement in grads. This unit has a WKID of |
| AGSAngularUnitIDMinutes | Indicates an angular measurement in minutes, equal to one-sixtieth of a degree. This unit has a WKID of |
| AGSAngularUnitIDRadians | Indicates an angular measurement in radians. This unit has an WKID of |
| AGSAngularUnitIDSeconds | Indicates an angular measurement in seconds, equal to one-sixtieth of a minute. This unit has a WKID of |
| AGSAngularUnitIDOther | Indicates that the unit of angular measurement is a custom unit, or is a unit not listed in the enumerated type. This value may be returned from an |