|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgNearPlace
public class VgNearPlace
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 |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
public VgNearPlace(long cPtr, boolean cMemoryOwn)
public VgNearPlace()
Method Detail |
---|
public static long getCPtr(VgNearPlace obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMID(java.lang.String value)
public java.lang.String getMID()
public void setMDistance(double value)
public double getMDistance()
public void setMAngle(double value)
public double getMAngle()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |