Angular Unit Id
Defines a list of the most commonly-used angular units of measurement. These values can be used to create instances of AngularUnit, as an alternative to using well-known IDs (WKIDs). In addition to the units in this enumeration, you can also use less commonly-used units, by passing a WKID of an angular unit to the inherited MeasurementUnit.fromWkid(Int) factory method. The function MeasurementUnit.wkid returns the WKID of the unit.
Since
200.1.0
Inheritors
Types
Indicates an angular measurement in degrees. This unit has a WKID of 9102.
Indicates an angular measurement in grads. This unit has a WKID of 9105.
Indicates an angular measurement in minutes, equal to one-sixtieth of a degree. This unit has a WKID of 9103.
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 AngularUnit created from a WKID of a less commonly used unit of measurement that does not have an equivalent value in this enumeration.
Indicates an angular measurement in radians. This unit has a WKID of 9101.
Indicates an angular measurement in seconds, equal to one-sixtieth of a minute. This unit has a WKID of 9104.