Class TLcdAIXMVORModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdAIXMVORModelDescriptor extends TLcdVORModelDescriptor
A model descriptor for AIXM models containing ILcdVOR objects.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "AIXM" and TLcdAIXMVORModelDescriptor.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

    • TLcdAIXMVORModelDescriptor

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

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

      public TLcdAIXMVORModelDescriptor(String aSourceName)
      Constructs a new TLcdAIXMVORModelDescriptor object with TLcdAIXMDataTypes.VOR as model element type.