com.buglabs.nmea.sentences
Class GGA

java.lang.Object
  extended by com.buglabs.nmea.sentences.NMEASentence
      extended by com.buglabs.nmea.sentences.PositionSentence
          extended by com.buglabs.nmea.sentences.GGA

public class GGA
extends PositionSentence


Field Summary
 
Fields inherited from class com.buglabs.nmea.sentences.NMEASentence
checksum, type
 
Constructor Summary
GGA()
           
 
Method Summary
 double getAltitude()
           
 int getFixQuality()
           
 double getGeoidHeight()
           
 int getNumOfSatellites()
           
 float getPrecision()
           
 java.lang.String getReferenceStationID()
           
 Time getTime()
           
 java.lang.String getTimeLastUpdate()
           
 char getUnitOfAltitude()
           
 char getUnitOfGeoidHeight()
           
 java.lang.Object parse(java.lang.String sentence)
           
 
Methods inherited from class com.buglabs.nmea.sentences.PositionSentence
getLatitude, getLatitudeAsDMS, getLongitude, getLongitudeAsDMS, isEmpty, setLatitude, setLongitude
 
Methods inherited from class com.buglabs.nmea.sentences.NMEASentence
getChecksum, isValid, setChecksum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGA

public GGA()
Method Detail

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()