Class TLcdDAFIFParachuteJumpAreaModelDescriptor

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

public class TLcdDAFIFParachuteJumpAreaModelDescriptor extends TLcdParachuteJumpAreaModelDescriptor implements ILcdDAFIFModelDescriptorSupport

A model descriptor for DAFIF models containing ILcdParachuteJumpArea objects.

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

    • TLcdDAFIFParachuteJumpAreaModelDescriptor

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

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