Class TLcdARINCEnrouteAirwayModelDescriptor

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

public class TLcdARINCEnrouteAirwayModelDescriptor extends TLcdATSRouteModelDescriptor implements ILcdARINCModelDescriptorSupport
A model descriptor for ARINC models containing ILcdATSRoute objects.

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

    • TLcdARINCEnrouteAirwayModelDescriptor

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

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

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