Uses of Class
uavsim.graphics.instruments.gpsmap.GPSMap

Packages that use GPSMap
uavsim.computers.test   
uavsim.flightdynamicsmodel.test   
uavsim.graphics.instruments.gpsmap.test   
 

Uses of GPSMap in uavsim.computers.test
 

Fields in uavsim.computers.test declared as GPSMap
private  GPSMap VORDMEComputerTest._gps
          the GPS map
private  GPSMap ILSComputerTest._gps
          the GPS map
private  GPSMap ADFComputerTest._gps
          the GPS map
 

Uses of GPSMap in uavsim.flightdynamicsmodel.test
 

Fields in uavsim.flightdynamicsmodel.test declared as GPSMap
private  GPSMap FlightDynamicsTest._gpsMap
          the GPS
 

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

Fields in uavsim.graphics.instruments.gpsmap.test declared as GPSMap
private  GPSMap GPSMapTest._instrument
          the GPS map
 

Constructors in uavsim.graphics.instruments.gpsmap.test with parameters of type GPSMap
GPSMapTest(GPSMap instrument, java.awt.Point location, int frameSize)
          Creates a tester.