Class TLcdDAFIFSpecialUseAirspaceModelDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdDAFIFSpecialUseAirspaceModelDescriptor extends TLcdSpecialUseAirspaceModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdAirspace objects that represent special use airspaces.

The type name (getTypeName()) is set to "DAFIF".

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

    • TLcdDAFIFSpecialUseAirspaceModelDescriptor

      @Deprecated public TLcdDAFIFSpecialUseAirspaceModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdDAFIFSpecialUseAirspaceModelDescriptor object. The default display name (DISPLAY_NAME) is used.
      Parameters:
      aSourceName - The name of the data source.
      aFeatureNames - The feature names.
      aFeatureClasses - The feature classes.
    • TLcdDAFIFSpecialUseAirspaceModelDescriptor

      @Deprecated public TLcdDAFIFSpecialUseAirspaceModelDescriptor(String aSourceName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdDAFIFAirspaceModelDescriptor object.
      Parameters:
      aSourceName - The name of the data source.
      aDisplayName - The display name of the model descriptor.
      aFeatureNames - The feature names.
      aFeatureClasses - The feature classes.
    • TLcdDAFIFSpecialUseAirspaceModelDescriptor

      public TLcdDAFIFSpecialUseAirspaceModelDescriptor(String aSourceName, TLcdDataType aElementType)
      Constructs a new TLcdDAFIFSpecialUseAirspaceModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aElementType - the type of the elements of this descriptor's model
      See Also:
    • TLcdDAFIFSpecialUseAirspaceModelDescriptor

      public TLcdDAFIFSpecialUseAirspaceModelDescriptor(String aSourceName, String aDisplayName, TLcdDataType aElementType)
      Constructs a new TLcdDAFIFSpecialUseAirspaceModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aDisplayName - The display name of the model descriptor.
      aElementType - the type of the elements of this descriptor's model
      See Also:
  • Method Details