public class WSWaypoint2
extends java.lang.Object
Constructor and Description |
---|
WSWaypoint2(at.finkzeit.zsw.server.persistence.model.Waypoint w) |
Modifier and Type | Method and Description |
---|---|
int |
getDir()
Direction of movement 0-360 degrees
|
int |
getLat()
Latitude in degrees * 10000000
|
int |
getLon()
Longitude in degrees * 10000000
|
int |
getSpeed()
Velocity of movement in km/h
|
long |
getTS()
Timestamp, seconds since 1.1.1970 00:00:00 UTC
|
public WSWaypoint2(at.finkzeit.zsw.server.persistence.model.Waypoint w)
public int getLat()
public int getLon()
public int getDir()
public int getSpeed()
public long getTS()