HeightOrigin enum
An enumeration of the various ways a height value may be interpreted.
Values
- relative → const HeightOrigin
-
The height is relative to an elevation surface.
- absolute → const HeightOrigin
-
The height is in the vertical coordinate system of a spatial reference.
If the spatial reference has no vertical coordinate system, the height is interpreted as relative to the ellipsoid (if it is based on a geographic coordinate system), or the projection plane (if it is not based on a geographic coordinate system).
Properties
- coreValue → RT_HeightOrigin
-
Convert to internal value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HeightOrigin> - A constant List of the values in this enum, in order of their declaration.