Class TLcdVORModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable
Direct Known Subclasses:
TLcdAIXMVORModelDescriptor, TLcdARINCVORModelDescriptor, TLcdDAFIFVORModelDescriptor

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

This model descriptor is also an ILcdDataModelDescriptor.

See Also:
  • Constructor Details

    • TLcdVORModelDescriptor

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

      @Deprecated public TLcdVORModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdFeaturedDescriptor aFeaturedDescriptor)
      Constructs a new TLcdVORModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aTypeName - the type name of the data source
      aDisplayName - the display name of the data source
      aFeaturedDescriptor - the feature descriptor
    • TLcdVORModelDescriptor

      public TLcdVORModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType)
      Constructs a new TLcdVORModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aTypeName - the type name of the data source
      aDisplayName - the display name of the data source
      aDataType - the type of the elements of this descriptor's model
      Since:
      10.1