Uses of Class
uavsim.navigationmodel.A_ChartElement

Packages that use A_ChartElement
uavsim.navigationmodel Provides... 
 

Uses of A_ChartElement in uavsim.navigationmodel
 

Subclasses of A_ChartElement in uavsim.navigationmodel
 class A_ChartElementTuneable<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>>
          Defines the shared aspects of navigation chart elements that can be tuned to with a receiver.
 class A_ILSCorridor
          Defines the shared aspects of a localizer or glideslope corridor for an instrument landing system.
 class A_MarkerBeacon
          Defines the shared aspects of a chart element for a marker beacon.
 class Airport
          Defines an airport as a collection of airport elements.
 class Airport.RunwayDescriptor
          Defines a runway.
 class Glideslope
          Defines an ILS glideslope to a runway.
 class ILSAssembly
          Defines an assembly of ILS subcomponents: localizer (with implied DME), glideslope, and inner, middle, and outer markers.
 class InnerMarker
          Defines an inner-marker beacon.
 class Localizer
          Defines an ILS localizer to a runway.
 class MiddleMarker
          Defines a middle-marker beacon.
 class NondirectionalBeacon
          Defines a nondirectional beacon (NDB).
 class OuterMarker
          Defines an outer-marker beacon.
 class Route
          Defines a route as an ordered collection of waypoints.
 class VORDMEStation
          Defines a VOR/DME/VORTAC station.
 class Waypoint
          Defines a waypoint.
 

Fields in uavsim.navigationmodel with type parameters of type A_ChartElement
private  java.util.List<A_ChartElement> NavigationChart._elements
          the elements
 

Methods in uavsim.navigationmodel that return A_ChartElement
 A_ChartElement NavigationChart.getElement(java.lang.String id)
          Gets an element.
 

Methods in uavsim.navigationmodel that return types with arguments of type A_ChartElement
 java.util.List<A_ChartElement> NavigationChart.getElements()
          Gets the elements.
 

Methods in uavsim.navigationmodel with parameters of type A_ChartElement
 void NavigationChart.addElement(A_ChartElement element)
          Adds an element.