public class SKYObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
SKYObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getAltitudeDOP()
Altitude dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
String |
getDevice()
Name of originating device
|
double |
getHorizontalDOP()
Horizontal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get a circular error estimate.
|
double |
getHypersphericalDOP()
Hyperspherical dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
double |
getLatitudeDOP()
Latitudinal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
double |
getLongitudeDOP()
Longitudinal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
List<SATObject> |
getSatellites()
list of Satellite objects
|
double |
getSphericalDOP()
Spherical dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
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.
|
double |
getTimestampDOP()
Time dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
int |
hashCode() |
void |
setAltitudeDOP(double altitudeDOP)
Altitude dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
void |
setDevice(String device)
Name of originating device
|
void |
setHorizontalDOP(double horizontalDOP)
Horizontal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get a circular error estimate.
|
void |
setHypersphericalDOP(double hypersphericalDOP)
Hyperspherical dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
void |
setLatitudeDOP(double latitudeDOP)
Latitudinal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
void |
setLongitudeDOP(double longitudeDOP)
Longitudinal dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
void |
setSatellites(List<SATObject> satellites)
list of Satellite objects
|
void |
setSphericalDOP(double sphericalDOP)
Spherical dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
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.
|
void |
setTimestampDOP(double timestampDOP)
Time dilution of precision, a dimensionless factor which should be multiplied by a base UERE to get an error estimate.
|
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 getLongitudeDOP()
public void setLongitudeDOP(double longitudeDOP)
longitudeDOP - the longitude DOP to setpublic double getLatitudeDOP()
public void setLatitudeDOP(double latitudeDOP)
latitudeDOP - the latitude DOP to setpublic double getAltitudeDOP()
public void setAltitudeDOP(double altitudeDOP)
altitudeDOP - the altitude DOP to setpublic double getTimestampDOP()
public void setTimestampDOP(double timestampDOP)
timestampDOP - the timestamp DOP to setpublic double getHorizontalDOP()
public void setHorizontalDOP(double horizontalDOP)
horizontalDOP - the horizontal DOP to setpublic double getSphericalDOP()
public void setSphericalDOP(double sphericalDOP)
sphericalDOP - the spherical DOP to setpublic double getHypersphericalDOP()
public void setHypersphericalDOP(double hypersphericalDOP)
hypersphericalDOP - the hyperspherical DOP to setpublic List<SATObject> getSatellites()
public void setSatellites(List<SATObject> satellites)
satellites - the satellites to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.