|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.gps.SatelliteCatalog
public class SatelliteCatalog
This class contains the current state data of the GPS satellites, as viewed from the position of the GPS receiver.
Field Summary | |
---|---|
short |
fixQuality
Fix quality number (character from $GPGSA sentence). |
char |
fixType
Type of fix (character from $GPGSA sentence). |
int |
gpgsvCurrentSentence
Current number of $GPGSV sentences received in this go-around. |
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 Summary | |
---|---|
SatelliteCatalog()
Create a SatelliteCatalog object. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long timeOfLastGpGsa
public long timeOfLastGpGsv
public char fixType
public short fixQuality
public final SatelliteState[] sats
public float pdop
public float hdop
public float vdop
public int gpgsvNumSentences
public int gpgsvCurrentSentence
Constructor Detail |
---|
public SatelliteCatalog()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |