Uses of Class
uavsim.datatypes.Latitude

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

Uses of Latitude in uavsim.computers.test
 

Fields in uavsim.computers.test declared as Latitude
private static Latitude VORDMEComputerTest.LATITUDE_RATE
          the rate at which the interactive controls change the latitude
private static Latitude ILSComputerTest.LATITUDE_RATE
          the rate at which the interactive controls change the latitude
private static Latitude ADFComputerTest.LATITUDE_RATE
          the rate at which the interactive controls change the latitude
 

Uses of Latitude in uavsim.datatypes
 

Fields in uavsim.datatypes declared as Latitude
private  Latitude CoordinateWorld._latitude
          the latitude.
 

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

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

Constructors in uavsim.datatypes with parameters of type Latitude
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 Latitude in uavsim.graphics.instruments
 

Methods in uavsim.graphics.instruments with parameters of type Latitude
 double I_WorldMappable.mapWorldDistanceToWindowDistance_(Latitude distance)
          Computes a world distance in latitude to a window distance in pixels.
 

Uses of Latitude in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap with type parameters of type Latitude
private  Interval<Latitude> GPSMap._mapLatitudeInterval
          the vertical interval of the map scale
 

Methods in uavsim.graphics.instruments.gpsmap with parameters of type Latitude
 double GPSMap.mapWorldDistanceToWindowDistance_(Latitude distance)
          Computes a world distance in latitude to a window distance in pixels.
 

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

Fields in uavsim.graphics.instruments.gpsmap.test declared as Latitude
private static Latitude GPSMapTest.LATITUDE_RATE
          the rate at which the interactive controls change the latitude
 

Uses of Latitude in uavsim.navigationmodel
 

Fields in uavsim.navigationmodel declared as Latitude
protected  Latitude A_ILSCorridor._length
          the length
private static Latitude Localizer.LENGTH
          the localizer length
private static Latitude Glideslope.LENGTH
          the glideslope length
private static Latitude Route.LINE_WIDTH
          the width of the route line
private static Latitude VORDMEStation.RADIUS
          the radius of the glyph
private static Latitude Waypoint.RADIUS
          the radius of the glyph
private static Latitude Airport.RADIUS
          the radius of the glyph
private static Latitude NondirectionalBeacon.RADIUS
          the radius of the glyph
private static Latitude A_MarkerBeacon.RADIUS
          the radius of the glyph
private static Latitude Localizer.STATION_RADIUS
          the localizer station radius
 

Methods in uavsim.navigationmodel that return Latitude
 Latitude A_ILSCorridor.getLength()
          Gets the corridor length.
 

Constructors in uavsim.navigationmodel with parameters of type Latitude
A_ILSCorridor(java.lang.String id, java.lang.String designator, VOR_ILS_DME_Frequency frequency, CoordinateWorld3D coordinate, AngleNavigational azimuth, Latitude length, AngleNavigational width)
          Creates an abstract ILS element.