Class TLcdARINCRunwayModelDescriptor

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

public class TLcdARINCRunwayModelDescriptor extends TLcdRunwayModelDescriptor implements ILcdARINCModelDescriptorSupport
A model descriptor for ARINC models containing ILcdRunway objects.

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

    • TLcdARINCRunwayModelDescriptor

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

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

      public TLcdARINCRunwayModelDescriptor(String aSourceName)
      Constructs a new TLcdARINCRunwayModelDescriptor object with TLcdARINCDataTypes.Runway as model element type.
      Parameters:
      aSourceName - the name of the data source
  • Method Details