org.placelab.spotter
Class NMEASentenceGatherer

java.lang.Object
  extended byorg.placelab.spotter.NMEASentenceGatherer

public abstract class NMEASentenceGatherer
extends java.lang.Object

Used by the NMEAGPSSpotter to collate matching GPGGA and GPRMC sentences into GPSMeasurements


Constructor Summary
NMEASentenceGatherer()
           
 
Method Summary
 void lineAvailable(java.lang.String line)
           
abstract  void measurementAvailable(GPSMeasurement m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMEASentenceGatherer

public NMEASentenceGatherer()
Method Detail

lineAvailable

public void lineAvailable(java.lang.String line)

measurementAvailable

public abstract void measurementAvailable(GPSMeasurement m)