org.placelab.spotter
Class NMEASentenceFactory

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

public class NMEASentenceFactory
extends java.lang.Object

Take a line of gpsmon output data and parse it into a rmc or gga sentence.


Constructor Summary
NMEASentenceFactory()
          Deprecated.  
 
Method Summary
static NMEASentence createNMEASentence(java.lang.String line)
          Deprecated. Parse a line of text into a rmc or gga nmea sentence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMEASentenceFactory

public NMEASentenceFactory()
Deprecated. 
Method Detail

createNMEASentence

public static NMEASentence createNMEASentence(java.lang.String line)
Deprecated. 
Parse a line of text into a rmc or gga nmea sentence.

Parameters:
line - a line of text from gpsmon
Returns:
a RMCSentence, a GGASentence or null if neither