Uses of Class
uavsim.datatypes.Longitude

Packages that use Longitude
uavsim.computers.test   
uavsim.datatypes Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.gpsmap.test   
 

Uses of Longitude in uavsim.computers.test
 

Fields in uavsim.computers.test declared as Longitude
private static Longitude VORDMEComputerTest.LONGITUDE_RATE
          the rate at which the interactive controls change the longitude
private static Longitude ILSComputerTest.LONGITUDE_RATE
          the rate at which the interactive controls change the longitude
private static Longitude ADFComputerTest.LONGITUDE_RATE
          the rate at which the interactive controls change the longitude
 

Uses of Longitude in uavsim.datatypes
 

Fields in uavsim.datatypes declared as Longitude
private  Longitude CoordinateWorld._longitude
          the longitude.
 

Methods in uavsim.datatypes that return Longitude
 Longitude Longitude.add_(Longitude longitude)
          Adds another unit to this one.
 Longitude CoordinateWorld3D.getLongitude()
          Gets the longitude.
 Longitude CoordinateWorld.getLongitude()
          Gets the longitude.
 Longitude Longitude.round(Longitude image)
          Rounds the coordinate to the nearest degree, minute, or second.
 Longitude Longitude.subtract_(Longitude longitude)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type Longitude
 Longitude Longitude.add_(Longitude longitude)
          Adds another unit to this one.
 Longitude Longitude.round(Longitude image)
          Rounds the coordinate to the nearest degree, minute, or second.
 Longitude Longitude.subtract_(Longitude longitude)
          Subtract another unit from this one.
 

Constructors in uavsim.datatypes with parameters of type Longitude
CoordinateWorld(Latitude latitude, Longitude longitude)
          Creates a world coordinate object.
CoordinateWorld3D(Latitude latitude, Longitude longitude)
          Creates a world coordinate object with a default altitude of zero.
CoordinateWorld3D(Latitude latitude, Longitude longitude, Altitude altitude)
          Creates a world coordinate object.
 

Uses of Longitude in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap with type parameters of type Longitude
private  Interval<Longitude> GPSMap._mapLongitudeInterval
          the horizontal interval of the map scale
 

Uses of Longitude in uavsim.graphics.instruments.gpsmap.test
 

Fields in uavsim.graphics.instruments.gpsmap.test declared as Longitude
private static Longitude GPSMapTest.LONGITUDE_RATE
          the rate at which the interactive controls change the longitude