net.landspurg.map.tools
Class GPSReader

java.lang.Object
  extended by net.landspurg.map.tools.GPSReader
All Implemented Interfaces:
java.lang.Runnable

public class GPSReader
extends java.lang.Object
implements java.lang.Runnable

Read the GPS stream and decode GPS sentences, and then call the listener


Nested Class Summary
 class GPSReader.oneSat
           
 
Constructor Summary
GPSReader()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSReader

public GPSReader()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable