Uses of Class
uavsim.navigationmodel.NavigationChart

Packages that use NavigationChart
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.flightdynamicsmodel.test   
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.gpsmap.test   
 

Uses of NavigationChart in uavsim.computers
 

Fields in uavsim.computers declared as NavigationChart
(package private)  NavigationChart A_NavigationComputer._chart
          the navigation chart
 

Methods in uavsim.computers that return NavigationChart
 NavigationChart A_NavigationComputer.getNavigationChart()
          Gets the navigation chart.
 

Constructors in uavsim.computers with parameters of type NavigationChart
A_NavigationComputer(A_Instrument instrument, NavigationChart chart)
          Creates an abstract navigation computer.
ADFComputer(NavigationChart chart, ADFReceiver adfReceiver, AutomaticDirectionFinder adfInstrument)
          Creates an ADF computer.
DMEComputer(NavigationChart chart, VORDMEReceiver dmeReceiver, DMEMarkerIndicator dmeInstrument)
          Creates a DME computer.
ILSComputer(NavigationChart chart, VORDMEReceiver ilsReceiver, VORLocalizerGlideslope ilsInstrument, DMEMarkerIndicator markerInstrument)
          Creates an ILS computer.
VORComputer(NavigationChart chart, VORDMEReceiver vorReceiver, VORLocalizerGlideslope vorInstrument)
          Creates a VOR computer.
 

Uses of NavigationChart in uavsim.computers.test
 

Fields in uavsim.computers.test declared as NavigationChart
private  NavigationChart VORDMEComputerTest._chart
          the navigation chart
private  NavigationChart ILSComputerTest._chart
          the navigation chart
private  NavigationChart ADFComputerTest._chart
          the navigation chart
 

Methods in uavsim.computers.test that return NavigationChart
private  NavigationChart VORDMEComputerTest.createChart()
          Creates a test navigation chart.
private  NavigationChart ILSComputerTest.createChart()
          Creates a test navigation chart.
private  NavigationChart ADFComputerTest.createChart()
          Creates a test navigation chart.
 

Uses of NavigationChart in uavsim.flightdynamicsmodel.test
 

Fields in uavsim.flightdynamicsmodel.test declared as NavigationChart
private  NavigationChart FlightDynamicsTest._chart
          the navigation chart for the GPS
private  NavigationChart FDMBlackboxTest._chart
          the navigation chart for the GPS
private  NavigationChart DataViewer._chart
          the navigation chart for the GPS
 

Uses of NavigationChart in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as NavigationChart
private  NavigationChart GPSMap._chart
          the navigation chart
 

Methods in uavsim.graphics.instruments.gpsmap that return NavigationChart
 NavigationChart GPSMap.getChart()
          Gets the navigation chart.
 

Constructors in uavsim.graphics.instruments.gpsmap with parameters of type NavigationChart
GPSMap(java.lang.String id, int canvasSize, CoordinateCartesianAbsolute canvasAnchor, NavigationChart chart)
          Creates a GPS map.
 

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

Methods in uavsim.graphics.instruments.gpsmap.test that return NavigationChart
private static NavigationChart GPSMapTest.createChart()
          Creates a test chart.