Area Unit Id
Defines a list of the most commonly-used units of area measurement. These values can be used to create instances of AreaUnit, 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 area 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 an area measurement in acres. This unit has a WKID of 109402.
Indicates an area measurement in hectares. This unit has a WKID of 109401.
Indicates that the unit of area measurement is a custom unit, or a unit not listed in the enumerated type. This value may be returned from an AreaUnit created from a WKID of a less commonly used unit of measurement that does not have an equivalent value in this enumeration.
Indicates an area measurement in square centimeters. This unit has a WKID of 109451.
Indicates an area measurement in square decimeters. This unit has a WKID of 109450.
Indicates an area measurement in square feet. This unit has a WKID of 109405.
Indicates an area measurement in square kilometers. This unit has a WKID of 109414.
Indicates an area measurement in square meters. This unit has a WKID of 109404.
Indicates an area measurement in square statute miles. This unit has a WKID of 109439.
Indicates an area measurement in square millimeters. This unit has a WKID of 109452.
Indicates an area measurement in square yards. This unit has a WKID of 109442.