Package org.dinopolis.gpstool.gpsinput

Interface Summary
GPSDataChangeListener  
GPSDataProcessor All classes implementing this interface are interpreting data from a GPSDevice (serial gps-receivier, file containing gps data, ...)
GPSDevice All classes implementing this interface are sources of gps-data, like a gps-receiver, a file containing logging information of gps-receivers, ....
GPSRawDataListener All classes implementing this interface are interpreting data from a GPSDevice (serial gps-receivier, file containing gps data, ...)
 

Class Summary
GPSDataChangeEvent A "GPSDataChange" event gets delivered whenever GPS data changes.
GPSFileDevice This class 'connects' to a file containing gps-informations.
GPSGeneralDataProcessor All classes extending this class are interpreting data from a GPSDevice (serial gps-receivier, file containing gps data, ...)
GPSPosition Holds information about a position (latitude/longitude/altitude).
GPSSerialDevice Changes for J2ME implementation: Added DEFAULT_PORT_NAME_PPC Deleted include javax.comm.SerialPort Added javax.microedition.io.StreamConnection Added javax.microedition.io.Connector
SatelliteInfo Holds information about gps satellites (like position and signal strength).
 

Exception Summary
GPSException