List of all members.
Public Member Functions |
| GPS (String sourceName, double latitude, double longitude, double altitude, float[] velocityVector, float[] heading, double timestamp) |
double | getLatitude () |
double | getLongitude () |
double | getAltitude () |
float[] | getVelocityVector () |
float[] | getHeading () |
double | getTimestamp () |
String | getSource () |
void | update (double lat, double lon, double alt, float[] velocityVector, float[] heading, long currentTimeMillis) |
String | toString () |
Static Public Attributes |
static final double | NODATA_VALUE = Double.MAX_VALUE |
static final float | NODATA_FLOAT = Float.MAX_VALUE |
Constructor & Destructor Documentation
GPS |
( |
String |
sourceName, |
|
|
double |
latitude, |
|
|
double |
longitude, |
|
|
double |
altitude, |
|
|
float[] |
velocityVector, |
|
|
float[] |
heading, |
|
|
double |
timestamp |
|
) |
| |
Member Function Documentation
float [] getVelocityVector |
( |
| ) |
|
- Returns:
- the velocityVector
void update |
( |
double |
lat, |
|
|
double |
lon, |
|
|
double |
alt, |
|
|
float[] |
velocityVector, |
|
|
float[] |
heading, |
|
|
long |
currentTimeMillis |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: