Package jwo.landserf.process.gps.garmin

Package for representing Garmin GPS functionality.

See:
          Description

Interface Summary
GarminListener Listens for the transmission of packets from a Garmin GPS.
 

Class Summary
ConnectionTest A simple test-program that queries the GPS for a description of itself.
GarminGPS Handles the link with a Garmin GPS unit (e.g. etrex, Geko, StreetPilot).
GarminInputStream Handles low level input from GPS.
GarminOutputStream Handles low level output to GPS.
GarminPacket Represents a packet of information sent to or from Garmin GPS.
PositionDataPacket Represents a packet containing a point location.
ProductDataPacket Represents a packet containing GPS product information.
ProtocolDataPacket Represents a packet containing GPS protocol information.
PVTDataPacket Represents a packet containing PVT data (position, velocity, time).
RecordsPacket Represents a packet transmitted before a large transfer of data units.
RouteDataPacket Represents a Garmin route packet used for storing sets of waypoints.
RouteHeaderPacket Represents a Garmin route header packet used for storing sets of waypoints.
TimeDataPacket Represents a Garmin date-time packet used for timestamping records.
TrackDataPacket Represents a Garmin track packet used for storing sets of locations.
TransferCompletedPacket Represents a packet transmitted after a large transfer of data units.
WaypointDataPacket Represents a Garmin waypoint packet used for storing named locations.
 

Exception Summary
InvalidPacketException Represents a problem in the form of a packet transferred to or from the GPS.
PacketNotRecognisedException This exception is thrown whenever a method expects one type of packet but receives another.
UnknownPacketException Used to indicate that a transmitted packet has not been recognised.
 

Package jwo.landserf.process.gps.garmin Description

Package for representing Garmin GPS functionality.

Garmin GPS related classes. These classes provide an implementation of the GPS framework using the Garmin communication protocol. See www.garmin.com/support/commProtocol.html.

The framework itself is built upon the design suggested by Henrik Sorensen (haas@itu.dk). See www.aasted.org/gps.



Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005