com.buglabs.nmea.sentences
Class GGA
java.lang.Object
com.buglabs.nmea.sentences.NMEASentence
com.buglabs.nmea.sentences.PositionSentence
com.buglabs.nmea.sentences.GGA
public class GGA
- extends PositionSentence
|
Constructor Summary |
GGA()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGA
public GGA()
parse
public java.lang.Object parse(java.lang.String sentence)
- Specified by:
parse in class NMEASentence
getAltitude
public double getAltitude()
getFixQuality
public int getFixQuality()
getGeoidHeight
public double getGeoidHeight()
getNumOfSatellites
public int getNumOfSatellites()
getPrecision
public float getPrecision()
getReferenceStationID
public java.lang.String getReferenceStationID()
getTime
public Time getTime()
getTimeLastUpdate
public java.lang.String getTimeLastUpdate()
getUnitOfAltitude
public char getUnitOfAltitude()
getUnitOfGeoidHeight
public char getUnitOfGeoidHeight()