Linear Unit Id
Defines a list of the most commonly-used units of linear measurement. These values can be used to create instances MeasurementUnit, 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 a linear unit to the inherited MeasurementUnit.fromWkid(Int) factory method. The function MeasurementUnit.wkid returns the WKID of the unit.
Since
200.1.0
See also
Inheritors
Types
Indicates a linear measurement in centimeters. This unit has a WKID of 1033.
Indicates a linear measurement in feet. This unit has a WKID of 9002.
Indicates a linear measurement in inches. This unit has a WKID of 109008.
Indicates a linear measurement in kilometers. This unit has a WKID of 9036.
Indicates a linear measurement in meters. This unit has a WKID of 9001.
Indicates a linear measurement in statute miles. This unit has a WKID of 9093.
Indicates a linear measurement in millimeters. This unit has a WKID of 1025.
Indicates a linear measurement in nautical miles. This unit has a WKID of 9030.
Indicates that the unit of linear measurement is a custom unit, or a unit that is not listed in the enumerated type. This value may be returned from a LinearUnit created from a WKID of a less commonly used unit of measurement that does not have an equivalent value in this enumeration.
Indicates a linear measurement in yards. This unit has a WKID of 9096.