LinearUnitId

sealed class LinearUnitId

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

MeasurementUnit.objectType

Types

Link copied to clipboard

Indicates a linear measurement in centimeters. This unit has a WKID of 1033.

Link copied to clipboard

Indicates a linear measurement in feet. This unit has a WKID of 9002.

Link copied to clipboard

Indicates a linear measurement in inches. This unit has a WKID of 109008.

Link copied to clipboard

Indicates a linear measurement in kilometers. This unit has a WKID of 9036.

Link copied to clipboard

Indicates a linear measurement in meters. This unit has a WKID of 9001.

Link copied to clipboard

Indicates a linear measurement in statute miles. This unit has a WKID of 9093.

Link copied to clipboard

Indicates a linear measurement in millimeters. This unit has a WKID of 1025.

Link copied to clipboard

Indicates a linear measurement in nautical miles. This unit has a WKID of 9030.

Link copied to clipboard

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 an LinearUnit 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 a linear measurement in yards. This unit has a WKID of 9096.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard