Class TLcdAerodromeModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable
Direct Known Subclasses:
TLcdAIXMAerodromeModelDescriptor, TLcdARINCAerodromeModelDescriptor, TLcdDAFIFAerodromeModelDescriptor

public class TLcdAerodromeModelDescriptor extends TLcdHashedFeaturedModelDescriptor
A model descriptor for models containing ILcdAerodrome objects.

This model descriptor is also an ILcdDataModelDescriptor.

See Also:
  • Constructor Details

    • TLcdAerodromeModelDescriptor

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

      public TLcdAerodromeModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType)
      Constructs a new TLcdAerodromeModelDescriptor 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 data type of this aerodrome
      Since:
      10.1
  • Method Details

    • setCollocatedAerodromeDescriptor

      public void setCollocatedAerodromeDescriptor(ILcdFeaturedDescriptor aCollocatedAerodromeDescriptor)
      Specifies a featured descriptor for the runway directions.
    • getCollocatedAerodromeDescriptor

      public ILcdFeaturedDescriptor getCollocatedAerodromeDescriptor()
      Returns the featured descriptor describing the featured runway directions.