public final class EnumAltitudeMode extends Object
The altitude mode. The legal values for the mode attribute on the altitude element in a geographic_location element.
Modifier and Type | Field and Description |
---|---|
static String |
ABSOLUTE
Gets the absolute value.
|
static String |
RELATIVE_TO_GROUND
Gets the relative to ground value.
|
Constructor and Description |
---|
EnumAltitudeMode() |
public static final String ABSOLUTE
Gets the absolute value.
public static final String RELATIVE_TO_GROUND
Gets the relative to ground value.