AttributeUnit Enumeration
An enumeration type that specifies the unit of attribute values.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum AttributeUnit
Values
Value name | Value | Description |
---|---|---|
Meters | 0 | Meters. |
Inches | 1 | Inches. One inch is 2.54 centimeters. |
Feet | 2 | Feet. One foot is 12 inches or 0.3048 meters. |
Yards | 3 | Yards. One yard is 3 feet or 0.9144 meters. |
Miles | 4 | Miles. One (statute) mile is 1760 yards or 1609.344 meters. |
NauticalMiles | 5 | International nautical miles. One nautical mile is 1852 meters. |
ViewUnits | 6 | The unit of the view coordinate reference system. When performing this conversion, UnitConversionOperator will use the meter scale factors of the view coordinate reference system at the center of each feature to perform the conversion. |
Degrees | 7 | Degrees. 360 degrees = 1 revolution. |
Grads | 8 | Grads (also known as gons). 400 grads = 1 revolution. |
Radians | 9 | Radians. 2 pi radians = 1 revolution. |
Angle | 10 | Angle where a value of zero means up in map coordinates (also known as grid north). |
Azimuth | 11 | Angle where a value of zero means north. When converting between Angle and Azimuth, UnitConversionOperator will use the north direction of the view coordinate reference system at the center of each feature. |
Remarks
This is an enumeration type that specifies the unit of attribute values. It is used by UnitConversionOperator to perform attribute value conversions.
The supported values can be divided into three different groups: Length units (Meters, Inches, Feet, Yards, Miles, NauticalMiles and ViewUnits), angle units (Degrees, Grads and Radians), and azimuth conversions (Angle and Azimuth). It is not possible to convert between unrelated values; UnitConversionOperator will throw an exception if such a conversion is attempted.
Platforms
Windows, Linux, Android