Class TLcdARINCWayPointModelDescriptor

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

public class TLcdARINCWayPointModelDescriptor extends TLcdWayPointModelDescriptor implements ILcdARINCModelDescriptorSupport
A model descriptor for ARINC models containing ILcdWayPoint objects.

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

    • TLcdARINCWayPointModelDescriptor

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

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

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