Class TLcdFeaturedAirspace

java.lang.Object
com.luciad.ais.model.airspace.TLcdAirspace
com.luciad.ais.model.airspace.TLcdFeaturedAirspace
All Implemented Interfaces:
ILcdAirspace, ILcdEditableAirspace, ILcdGenericAirspace, ILcdDefaultDisplayNameSettable, ILcdGeoPath, ILcdDataObject, ILcdBounded, ILcdCurve, ILcdPointList, ILcdPolygon, ILcdRing, ILcdShape, ILcdCloneable, ILcdFeatured, Serializable, Cloneable

public class TLcdFeaturedAirspace extends TLcdAirspace implements ILcdEditableAirspace, ILcdDefaultDisplayNameSettable
The default implementation of an airspace with properties.
See Also:
  • Constructor Details

    • TLcdFeaturedAirspace

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

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