com.visioglobe.libVisioDevKit
Class VgAltitudeMode
java.lang.Object
com.visioglobe.libVisioDevKit.VgAltitudeMode
public final class VgAltitudeMode
- extends java.lang.Object
This enum defines how to interpret an altitude.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
eRelative
public static final VgAltitudeMode eRelative
- The altitude is interpreted relative to the terrain.
- Note:
- eRelative is effective only after the data has been displayed.
It should be used only when inserting POIs into an already loaded map.
eAbsolute
public static final VgAltitudeMode eAbsolute
- The altitude is interpreted as the height above the
WGS84 ellipsoid
swigValue
public final int swigValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
swigToEnum
public static VgAltitudeMode swigToEnum(int swigValue)