Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.dinopolis.gpstool.gpsinput.garmin

Interface Summary
GarminTrackpoint Interface representing the basic functions of Garmin trackpoints.
GarminWaypoint Interface representing the basic functions of Garmin waypoints.
ResultReceivedListener Callbackinterface for listeners for the result package of the garmin protocol.
 

Class Summary
GarminCapabilities This class holds information concerning the capabilities of the Garmin device connected to the serial port.
GarminDataConverter Helper class for converting garmin data arrays to java datatypes and vice versa.
GarminDisplayData  
GarminFile  
GarminFlashInfo  
GarminMapDescription  
GarminPackage This class represents a package for communication with a garmin device.
GarminProduct This class holds information concerning the Garmin device connected to the serial port.
GarminPVT  
GarminPVTD800 This class handles PVT-information received from GPS-devices.
GarminPVTD802 D802 is an extension to D800 and has some additional (unknown) fields.
GarminRoute At the moment, the same as the GPSRouteImpl.
GarminRouteD200 This class represents packages in Garmin data format D200.
GarminRouteD201 This class represents packages in Garmin data format D201.
GarminRouteD202 This class represents packages in Garmin data format D202.
GarminRouteLinkD210 This class represents packages in Garmin data format D210.
GarminSatelliteInfo Represents the undocumented package with id 0x1a (26decimal) that holds information about satellites.
GarminTrack  
GarminTrackD310 This class represents packages in Garmin data format D310.
GarminTrackpointAdapter Adapter to map the interface of a GPSTrackpoint to the interface of the GarminWaypoint (altitude is a float, not a double in the garmin protocol, identification and comment are empty, date is translated from garmin format).
GarminTrackpointD300 This class represents packages in Garmin data format D300.
GarminTrackpointD301 This class represents packages in Garmin data format D301.
GarminUnlockCodes  
GarminWaypointAdapter Adapter to map the interface of a GPSWaypoint to the interface of the GarminWaypoint (altitude is a float, not a double in the garmin protocol).
GarminWaypointD100 This class represents packages in Garmin data format D100.
GarminWaypointD101 This class represents packages in Garmin data format D101.
GarminWaypointD102 This class represents packages in Garmin data format D102.
GarminWaypointD103 This class represents packages in Garmin data format D103.
GarminWaypointD107 This class represents packages in Garmin data format D107.
GarminWaypointD108 This class represents packages in Garmin data format D108.
GarminWaypointD109 This class represents packages in Garmin data format D109.
GarminWaypointSymbols This class contains information on all possible waypoint types due to Garmin specification.
GarminXferComplete Represents a Xfer_Complete package from a garmin device.
GPSGarminDataProcessor This class implements a GARMIN-Processor that is able to connect to a connected GARMIN-device, retrieve its capabilities, live position-velocity-time-data and waypoint/route/track-information stored in the device.
 

Exception Summary
GarminUnsupportedMethodException