com.visioglobe.libVisioDevKit
Class VgNearPlace

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

public class VgNearPlace
extends java.lang.Object

Contains a geographical description of how a place relates to an instruction.


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgNearPlace()
           
VgNearPlace(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgNearPlace obj)
           
 double getMAngle()
          An angle in degrees with a possible range between -180 and 180.
 double getMDistance()
          Distance in meters
 java.lang.String getMID()
          The id of the near place
 void setMAngle(double value)
          An angle in degrees with a possible range between -180 and 180.
 void setMDistance(double value)
          Distance in meters
 void setMID(java.lang.String value)
          The id of the near place
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

VgNearPlace

public VgNearPlace(long cPtr,
                   boolean cMemoryOwn)

VgNearPlace

public VgNearPlace()
Method Detail

getCPtr

public static long getCPtr(VgNearPlace obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setMID

public void setMID(java.lang.String value)
The id of the near place


getMID

public java.lang.String getMID()
The id of the near place


setMDistance

public void setMDistance(double value)
Distance in meters


getMDistance

public double getMDistance()
Distance in meters


setMAngle

public void setMAngle(double value)
An angle in degrees with a possible range between -180 and 180. An angle of 0 indicates the near place is directly ahead of the instruction (following the instruction's path)


getMAngle

public double getMAngle()
An angle in degrees with a possible range between -180 and 180. An angle of 0 indicates the near place is directly ahead of the instruction (following the instruction's path)


VisioDevKit 2.0, Visioglobe® 2013