Class TLcdDAFIFAirspaceModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFAirspaceModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdAirspace objects ( ADA, ADIZ, ARTCC, ACC, BZ, CTA, CTR, FIR, OCA, RA, TMA, UIR, MODE_C and OTHER ).

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

Since:
9.0
See Also:
  • Field Details

    • DISPLAY_NAME

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

    • TLcdDAFIFAirspaceModelListDescriptor

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