com.visioglobe.libVisioDevKit
Class VgAltitudeMode

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgAltitudeMode

public final class VgAltitudeMode
extends java.lang.Object

This enum defines how to interpret an altitude.


Field Summary
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.
 
Method Summary
static VgAltitudeMode swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

Method Detail

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)

VisioDevKit 2.0, Visioglobe® 2013