Package jwo.landserf.process.gps

Package for representing abstracted GPS functionality.

See:
          Description

Interface Summary
GPSDate Used for representing the date information in GPS data transfer.
GPSListener Listens for the transmission of position, time or date from the GPS.
GPSRoute Used for representing a GPS route.
GPSRouteListener Used for notification of GPS route transfers.
GPSTime Used for representing time information in GPS data transfer.
GPSTrack Used for representing a point on a GPS track.
GPSTrackListener Used for notification of GPS track transfers.
GPSTransferListener Used for notification of handling transfers of data to or from a GPS.
GPSWaypoint Used for representing a GPS waypoint (position and name).
GPSWaypointListener Used for notification of GPS waypoint transfers.
Position Used to represent any point location transmitted to or from GPS.
 

Class Summary
AngleDegrees Used to represent an angular coordinate in degrees, usually for global lat,lng position.
AngleRadians Used to represent an angular coordinate in radians, usually for global longitude, latitude position.
GPS Abstract base class that represents the functionality of a generic GPS unit.
GPSPosition Used to represent any point location transmitted to or from GPS.
 

Exception Summary
FeatureNotSupportedException Used to indicate that a requested feature does not exist.
 

Package jwo.landserf.process.gps Description

Package for representing abstracted GPS functionality.

Abstracted GPS related classes. These should be independent of any particular GPS implementation, although it does contain Garmin-influenced notions of the 'Waypoint', 'Track' and 'Route'. This framework is built upon the design suggested by Henrik Sorensen (haas@itu.dk). See www.aasted.org/gps.



Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009