Class TLcdDAFIFSpecialUseAirspaceModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFSpecialUseAirspaceModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing special use ILcdAirspace objects ( ALERT, D, MIL, P, R, TEMP_RESERVED_AIRSPACE, WARNING ).

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

    • TLcdDAFIFSpecialUseAirspaceModelListDescriptor

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