|
|||||||||||
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.Waypoint
Holds information about a waypoint
WaypointManager
,
GPSManager
Constructor Summary | |
Waypoint(double _lat,
double _lon,
double _ele,
java.util.Date _time)
Constructor |
Method Summary | |
void |
addLink(Link _link)
Adds a link to additional information about the waypoint. |
java.lang.String |
getDesc()
Gets a text description of the waypoint |
double |
getEle()
Gets elevation of the waypoint |
double |
getLat()
Gets latitude of the waypoint |
java.util.Vector |
getLinkList()
Gets a list of links which point to additional information about the waypoint |
double |
getLon()
Gets longitude of the waypoint |
java.lang.String |
getName()
Gets the GPS name of the waypoint. |
java.lang.String |
getSym()
Gets the name of the GPS symbol |
java.util.Date |
getTime()
Gets time of the waypoint |
java.lang.String |
getType()
Gets the type of the waypoint |
void |
setDesc(java.lang.String _desc)
Sets a text description of the element. |
void |
setName(java.lang.String _name)
Sets the GPS name of the waypoint. |
void |
setSym(java.lang.String _sym)
Sets the text of the GPS symbol name. |
void |
setType(java.lang.String _type)
Sets the type (classification) of the waypoint. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Waypoint(double _lat, double _lon, double _ele, java.util.Date _time)
_lat
- The latitude of the point. Decimal degrees, WGS84 datum._lon
- The longitude of the point. Decimal degrees, WGS84 datum._ele
- Elevation (in meters) of the point._time
- Creation/modification timestamp for element.
Date and time in are in Univeral Coordinated Time (UTC), not local time!
Conforms to ISO 8601 specification for date/time representation.
Fractional seconds are allowed for millisecond timing in tracklogs.Method Detail |
public double getLat()
public double getLon()
public double getEle()
public java.util.Date getTime()
public void setName(java.lang.String _name)
public java.lang.String getName()
public void setDesc(java.lang.String _desc)
public java.lang.String getDesc()
public void addLink(Link _link)
public java.util.Vector getLinkList()
public void setSym(java.lang.String _sym)
public java.lang.String getSym()
public void setType(java.lang.String _type)
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |