public class SatelliteCatalog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
fixQuality
Fix quality number (character from $GPGSA sentence).
|
int |
gpgsvNumSentences
Total number of $GPGSV sentences needed to describe all satellites in use.
|
float |
hdop
Horizontal dilution of precision.
|
float |
pdop
Three-dimensional position dilution of precision.
|
SatelliteState[] |
sats
Collection of state records for each individual satellite.
|
long |
timeOfLastGpGsa
Receive time of last $GPGSA in Java milliseconds since 1 Jan 1970 UTC.
|
long |
timeOfLastGpGsv
Receive time of last $GPGSV in Java milliseconds since 1 Jan 1970 UTC.
|
float |
vdop
Vertical dilution of precision.
|
Constructor and Description |
---|
SatelliteCatalog()
Create a SatelliteCatalog object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
public long timeOfLastGpGsa
public long timeOfLastGpGsv
public short fixQuality
public final SatelliteState[] sats
public float pdop
public float hdop
public float vdop
public int gpgsvNumSentences