Uses of Interface
uavsim.graphics.instruments.I_WorldMappable

Packages that use I_WorldMappable
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.navigationmodel Provides... 
 

Uses of I_WorldMappable in uavsim.graphics.instruments.gpsmap
 

Classes in uavsim.graphics.instruments.gpsmap that implement I_WorldMappable
 class GPSMap
          Defines a basic moving-map GPS overlain with a navigation chart.
 

Uses of I_WorldMappable in uavsim.navigationmodel
 

Methods in uavsim.navigationmodel with parameters of type I_WorldMappable
 void Localizer.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void A_ChartElement.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void VORDMEStation.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void Waypoint.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void Airport.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void Airport.RunwayDescriptor.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void ILSAssembly.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void NondirectionalBeacon.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void Route.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.
 void A_MarkerBeacon.render(java.awt.Graphics2D graphics, I_WorldMappable mapper, boolean areDetailsVisible)
          Renders the glyph.