AltitudeReferenceSystem enum Enum

Indicates the altitude reference system to be used in defining a geographic shape.

Inheritance
Implemented types

Constructors

AltitudeReferenceSystem(int value)
const
AltitudeReferenceSystem.from(int value)
factory

Values

unspecified → const AltitudeReferenceSystem
const AltitudeReferenceSystem(0)
terrain → const AltitudeReferenceSystem
const AltitudeReferenceSystem(1)
ellipsoid → const AltitudeReferenceSystem
const AltitudeReferenceSystem(2)
geoid → const AltitudeReferenceSystem
const AltitudeReferenceSystem(3)
surface → const AltitudeReferenceSystem
const AltitudeReferenceSystem(4)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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<AltitudeReferenceSystem>
A constant List of the values in this enum, in order of their declaration.