|
Interface Summary |
| GPSDataChangeListener |
|
| GPSDataProcessor |
All classes implementing this interface are interpreting data from
a GPSDevice (serial gps-receivier, file containing gps data, ...)
and provide this information in a uniform way. |
| 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, ...)
and provide this information in a uniform way. |
| GPSRoute |
Describes a route of a gps device. |
| GPSTrack |
Describes a track of a gps device. |
| GPSTrackpoint |
Describes a trackpoint of a gps device. |
| GPSWaypoint |
Describes a waypoint of a gps device. |
|
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, ...)
and provide this information in a uniform way. |
| GPSInfoPanel |
|
| GPSNetworkGpsdDevice |
This class connects to a gps-receiver by the serial connection. |
| GPSPosition |
Holds information about a position (latitude/longitude/altitude). |
| GPSPositionError |
Holds information about the estimated position error of the gps. |
| GPSRawDataFileLogger |
This class logs gps raw data to a file. |
| GPSRouteImpl |
An vector based implementation of the
GPSRoute. |
| GPSSerialDevice |
This class connects to a gps-receiver by the serial connection. |
| GPSSimulationDataProcessor |
This class simulates a gps device. |
| GPSTool |
Demo application to show the usage of this package (read and
interpret gps data from various devices (serial, file, ...). |
| ReadGPX |
This class is able to read a file in GPX-Format and return the data
contained in this file in an appropriate data format for the GPSTool. |
| ReadPosition |
|
| SatelliteInfo |
Holds information about gps satellites (like position and signal
strength). |
| SerialPortList |
|