|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.uv.robotica.gvsig.mobile.gps.tracklog.Trackpoint
Holds information about a trackpoint
TracklogManager
,
Tracklogger
Field Summary | |
java.util.Date |
time
Creation/modification timestamp for element. |
Constructor Summary | |
Trackpoint(double _lat,
double _lon,
double _ele,
java.util.Date _time)
Constructor |
Method Summary | |
double |
getEle()
Gets elevation of the trackpoint |
double |
getLat()
Gets latitude of the trackpoint |
double |
getLon()
Gets longitude of the trackpoint |
java.util.Date |
getTime()
Gets time of the trackpoint |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Date time
Constructor Detail |
public Trackpoint(double _lat, double _lon, double _ele, java.util.Date _time)
_lat
- The latitude of the trackpoint._lon
- The longitude of the trackpoint._ele
- Elevation (in meters) of the trackpoint._time
- Creation/modification timestamp for the trackpoint.Method Detail |
public double getLat()
public double getLon()
public double getEle()
public java.util.Date getTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |