public final class VgAltitudeMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgAltitudeMode |
eAbsolute
The altitude is interpreted as the height above the
WGS84 ellipsoid
|
static VgAltitudeMode |
eRelative
The altitude is interpreted relative to the terrain.
|
Modifier and Type | Method and Description |
---|---|
static VgAltitudeMode |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgAltitudeMode eRelative
public static final VgAltitudeMode eAbsolute
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgAltitudeMode swigToEnum(int swigValue)