Class TLcdFeaturedRunwayDirection

java.lang.Object
com.luciad.ais.model.aerodrome.TLcdRunwayDirection
com.luciad.ais.model.aerodrome.TLcdFeaturedRunwayDirection
All Implemented Interfaces:
ILcdEditableRunwayDirection, ILcdRunwayDirection, ILcdDefaultDisplayNameSettable, ILcdDataObject, ILcdFeatured, Serializable, Cloneable

public class TLcdFeaturedRunwayDirection extends TLcdRunwayDirection implements ILcdEditableRunwayDirection, ILcdDefaultDisplayNameSettable
The default implementation of a runway direction with properties.
See Also:
  • Constructor Details

    • TLcdFeaturedRunwayDirection

      @Deprecated public TLcdFeaturedRunwayDirection(int aNumberOfFeatures)
      Creates a new TLcdFeaturedRunwayDirection object. The user has to pass on the number of features he wants to store in the new object.
      Parameters:
      aNumberOfFeatures -
    • TLcdFeaturedRunwayDirection

      public TLcdFeaturedRunwayDirection(TLcdFeaturedRunwayDirection aFeaturedRunwayDirection)
      Constructs a new TLcdFeaturedRunwayDirection from an ILcdDataObject runway direction. The new object will contain the same properties and the same coordinates as the given object.
      Parameters:
      aFeaturedRunwayDirection - the object to copy.
    • TLcdFeaturedRunwayDirection

      public TLcdFeaturedRunwayDirection(TLcdDataType aDataType)
      Creates a new instance for the given type.
      Parameters:
      aDataType - the data type of the returned instance
      Throws:
      IllegalArgumentException - if TLcdAISDataTypes.RunwayDirection is not assignable from the given data type
      Since:
      10.1
      See Also:
  • Method Details