|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.LLACoordinate
public class LLACoordinate
Structure that defines LLA coordinates.
Constructor Summary | |
---|---|
LLACoordinate()
|
|
LLACoordinate(double _lat,
double _long,
double _alt,
double _acc)
The altitude is ignored, if you want adjust the height use IUnifeyeMobileGeometry::setTranslation |
|
LLACoordinate(double _lat,
double _long,
double _alt,
double _acc,
double _tms)
The altitude is ignored, if you want adjust the height use IUnifeyeMobileGeometry::setTranslation |
|
LLACoordinate(LLACoordinate other)
|
|
LLACoordinate(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
boolean |
equals(LLACoordinate rhs)
|
double |
getAccuracy()
the accuracy of the GPS position |
double |
getAltitude()
altitude |
static long |
getCPtr(LLACoordinate obj)
|
double |
getLatitude()
The latitude. |
double |
getLongitude()
The longitude. |
double |
getTimestamp()
timestamp when the coordinates were valid |
boolean |
isNull()
true if invalid, else false |
void |
setAccuracy(double value)
the accuracy of the GPS position |
void |
setAltitude(double value)
altitude |
void |
setLatitude(double value)
The latitude. |
void |
setLongitude(double value)
The longitude. |
void |
setTimestamp(double value)
timestamp when the coordinates were valid |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LLACoordinate(long cPtr, boolean cMemoryOwn)
public LLACoordinate()
public LLACoordinate(double _lat, double _long, double _alt, double _acc)
_lat
- latitude component_long
- longitude component_alt
- altitude component_acc
- accuracy componentpublic LLACoordinate(double _lat, double _long, double _alt, double _acc, double _tms)
_lat
- latitude component_long
- longitude component_alt
- altitude component_acc
- accuracy component_tms
- timestamppublic LLACoordinate(LLACoordinate other)
Method Detail |
---|
public static long getCPtr(LLACoordinate obj)
public void delete()
public void setLatitude(double value)
public double getLatitude()
public void setLongitude(double value)
public double getLongitude()
public void setAltitude(double value)
public double getAltitude()
public void setAccuracy(double value)
public double getAccuracy()
public void setTimestamp(double value)
public double getTimestamp()
public boolean isNull()
public boolean equals(LLACoordinate rhs)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |