Class TLcdVFRRouteModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable
Direct Known Subclasses:
TLcdDAFIFVFRRouteModelDescriptor

public class TLcdVFRRouteModelDescriptor extends TLcdHashedFeaturedModelDescriptor
A model descriptor for models containing ILcdVFRRoute objects that are not offset routes (the isOffset method returns false).

This model descriptor is also an ILcdDataModelDescriptor.

See Also:
  • Constructor Details

    • TLcdVFRRouteModelDescriptor

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

      public TLcdVFRRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aVFRRouteType)
      Constructs a new TLcdVFRRouteModelDescriptor 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
      aVFRRouteType - the data type of the elements of this descriptor's model
      Since:
      10.1
      See Also:
  • Method Details