Class TLcdDAFIFAirspaceModelDescriptor

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

public class TLcdDAFIFAirspaceModelDescriptor extends TLcdAirspaceModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdAirspace objects.

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

    • TLcdDAFIFAirspaceModelDescriptor

      @Deprecated public TLcdDAFIFAirspaceModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdDAFIFAirspaceModelDescriptor 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.
    • TLcdDAFIFAirspaceModelDescriptor

      @Deprecated public TLcdDAFIFAirspaceModelDescriptor(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.
    • TLcdDAFIFAirspaceModelDescriptor

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

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