|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgPosition
public class VgPosition
This struct encapsulates a 3D position. This interpretation of the contents depends on the spatial reference system member. As of now, it can either be local metric coordinates (x, y, z) or WGS84 coordinates (latitude, longitude, altitude) in decimal degrees (and meters above water for altitude).
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgPosition()
|
|
VgPosition(double pXOrLongitude,
double pYOrLatitude,
double pZOrAltitude)
|
|
VgPosition(double pXOrLongitude,
double pYOrLatitude,
double pZOrAltitude,
VgSRSConstRefPtr pSRS)
|
|
VgPosition(long cPtr,
boolean cMemoryOwn)
|
|
VgPosition(VgPosition pOther)
Copy constructor. |
|
VgPosition(VgSRSConstRefPtr pSRS)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgPosition obj)
|
VgSRSConstRefPtr |
getMSRS()
The SRS the position is expressed in. |
double |
getMXOrLongitude()
Depending on the SRS used this may be local metric X coordinate, or longitude. |
double |
getMYOrLatitude()
Depending on the SRS used this may be local metric Y coordinate, or latitude. |
double |
getMZOrAltitude()
Depending on the SRS used this may be local metric Z coordinate, or altitude. |
void |
setMSRS(VgSRSConstRefPtr value)
The SRS the position is expressed in. |
void |
setMXOrLongitude(double value)
Depending on the SRS used this may be local metric X coordinate, or longitude. |
void |
setMYOrLatitude(double value)
Depending on the SRS used this may be local metric Y coordinate, or latitude. |
void |
setMZOrAltitude(double value)
Depending on the SRS used this may be local metric Z coordinate, or altitude. |
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 VgPosition(long cPtr, boolean cMemoryOwn)
public VgPosition()
public VgPosition(VgSRSConstRefPtr pSRS)
public VgPosition(VgPosition pOther)
pOther
- The position object to copy.public VgPosition(double pXOrLongitude, double pYOrLatitude, double pZOrAltitude)
public VgPosition(double pXOrLongitude, double pYOrLatitude, double pZOrAltitude, VgSRSConstRefPtr pSRS)
Method Detail |
---|
public static long getCPtr(VgPosition obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMSRS(VgSRSConstRefPtr value)
public VgSRSConstRefPtr getMSRS()
public void setMXOrLongitude(double value)
public double getMXOrLongitude()
public void setMYOrLatitude(double value)
public double getMYOrLatitude()
public void setMZOrAltitude(double value)
public double getMZOrAltitude()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |