public class GSTObject extends Object implements IGPSObject
Double.NaN if value is not presentnull| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
GSTObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getAlt()
Standard deviation of altitude error, in meters.
|
String |
getDevice()
Name of originating device
|
double |
getLat()
Standard deviation of latitude error, in meters.
|
double |
getLon()
Standard deviation of longitude error, in meters.
|
double |
getMajor()
Standard deviation of semi-major axis of error ellipse, in meters.
|
double |
getMinor()
Standard deviation of semi-minor axis of error ellipse, in meters.
|
double |
getOrient()
Orientation of semi-major axis of error ellipse, in degrees from true north.
|
double |
getRms()
Value of the standard deviation of the range inputs to the navigation process (range inputs include pseudoranges and DGPS
corrections).
|
String |
getTag()
Type tag associated with this GPS sentence; from an NMEA device this is just the NMEA sentence type.
|
double |
getTimestamp()
Seconds since the Unix epoch, UTC.
|
int |
hashCode() |
void |
setAlt(double alt)
Standard deviation of altitude error, in meters.
|
void |
setDevice(String device)
Name of originating device
|
void |
setLat(double lat)
Standard deviation of latitude error, in meters.
|
void |
setLon(double lon)
Standard deviation of longitude error, in meters.
|
void |
setMajor(double major)
Standard deviation of semi-major axis of error ellipse, in meters.
|
void |
setMinor(double minor)
Standard deviation of semi-minor axis of error ellipse, in meters.
|
void |
setOrient(double orient)
Orientation of semi-major axis of error ellipse, in degrees from true north.
|
void |
setRms(double rms)
Value of the standard deviation of the range inputs to the navigation process (range inputs include pseudoranges and DGPS
corrections).
|
void |
setTag(String tag)
Type tag associated with this GPS sentence; from an NMEA device this is just the NMEA sentence type.
|
void |
setTimestamp(double timestamp)
Seconds since the Unix epoch, UTC.
|
String |
toString() |
public static final String NAME
public String getTag()
public void setTag(String tag)
tag - the tag to setpublic String getDevice()
public void setDevice(String device)
device - the device to setpublic double getTimestamp()
public void setTimestamp(double timestamp)
timestamp - the timestamp to setpublic double getRms()
public void setRms(double rms)
rms - the rms to setpublic double getMajor()
public void setMajor(double major)
major - the major to setpublic double getMinor()
public void setMinor(double minor)
minor - the minor to setpublic double getOrient()
public void setOrient(double orient)
orient - the orient to setpublic double getLat()
public void setLat(double lat)
lat - the lat to setpublic double getLon()
public void setLon(double lon)
lon - the lon to setpublic double getAlt()
public void setAlt(double alt)
alt - the alt to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.