Uses of Package
jaron.gps

Packages that use jaron.gps
jaron.autopilot Provides the classes for the UAV Playground autopilot that includes stabilization and navigation. 
jaron.flightgear Provides the classes that are used to communicate with the FlightGear Flight Simulator. 
jaron.google Provides the classes for the communication with Google Earth. 
jaron.gps Provides the classes for the abstraction of GPS data. 
 

Classes in jaron.gps used by jaron.autopilot
TrackpointListener
          The trackpoint event listening interface.
Waypoint
          The Waypoint class provides a container for a latitude and an a longitude decimal value.
 

Classes in jaron.gps used by jaron.flightgear
NMEAListener
          The NMEA event listening interface.
TrackpointListener
          The trackpoint event listening interface.
 

Classes in jaron.gps used by jaron.google
Trackpoint
          The Trackpoint class represents a GPS track point.
TrackpointListener
          The trackpoint event listening interface.
 

Classes in jaron.gps used by jaron.gps
Direction
          The Direction class provides some functionality for determining the direction of a geographical coordinate.
Latitude
          The Latitude class represents a latitude coordinate of a geographical location.
Longitude
          The Longitude class represents a longitude coordinate of a geographical location.
Trackpoint
          The Trackpoint class represents a GPS track point.