EnumAltitudeMode

The altitude mode. The legal values for the mode attribute on the altitude element in a geographic_location element.

Constructors

ConstructorDescription
EnumAltitudeMode()

Fields

FieldDescription
ABSOLUTEGets the absolute value.
RELATIVE_TO_GROUNDGets the relative to ground value.

EnumAltitudeMode()

public EnumAltitudeMode()

ABSOLUTE

public static final String ABSOLUTE

Gets the absolute value.

Returns: String

RELATIVE_TO_GROUND

public static final String RELATIVE_TO_GROUND

Gets the relative to ground value.

Returns: String