|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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, Edge, StreetPilot). |
| GarminInputStream | Deprecated. Use GarminSerialInputStream instead. |
| GarminOutputStream | Deprecated. Use GarminSerialOutputStream instead. |
| GarminPacket | Represents a packet of information sent to or from Garmin GPS. |
| GarminSerialInputStream | Handles low level input from GPS connected via serial port. |
| GarminSerialOutputStream | Handles low level serial output to GPS. |
| GarminUSB | Provides an interface between Java and a Garmin GPS connected via USB. |
| 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 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.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||