Class TLcdDAFIFAerodromeNavaidModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFAerodromeNavaidModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdNavaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) that are a subset from the collection of navaids decoded by the TLcdDAFIFNavaidDecoder. To be in the subset, a navaid should:
  • have the same name as the airport or heliport it belongs to,
  • be located on the airport or heliport it belongs to (and have a different name),
  • be used to furnish final approach procedure guidance on a IAP serving the airport or heliport it belongs to.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "DAFIF" and DISPLAY_NAME.

See Also:
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name associated with this model descriptor.
      See Also:
  • Constructor Details

    • TLcdDAFIFAerodromeNavaidModelListDescriptor

      public TLcdDAFIFAerodromeNavaidModelListDescriptor(String aSourceName)
      Constructs a new TLcdDAFIFAerodromeNavaidModelListDescriptor object with the given source name.
      Parameters:
      aSourceName - the name of the data source
  • Method Details