AngularUnitId

sealed class AngularUnitId

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

Link copied to clipboard

Indicates an angular measurement in degrees. This unit has a WKID of 9102.

Link copied to clipboard

Indicates an angular measurement in grads. This unit has a WKID of 9105.

Link copied to clipboard

Indicates an angular measurement in minutes, equal to one-sixtieth of a degree. This unit has a WKID of 9103.

Link copied to clipboard

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.

Link copied to clipboard

Indicates an angular measurement in radians. This unit has a WKID of 9101.

Link copied to clipboard

Indicates an angular measurement in seconds, equal to one-sixtieth of a minute. This unit has a WKID of 9104.