Class TLcdFeaturedVOR

All Implemented Interfaces:
ILcdEditableNavaid, ILcdEditableVOR, ILcdNavaid, ILcdVOR, ILcdDefaultDisplayNameSettable, ILcdDataObject, ILcdBounded, ILcdPoint, ILcdShape, ILcd2DEditablePoint, ILcd2DEditableShape, ILcd3DEditablePoint, ILcd3DEditableShape, ILcdCloneable, ILcdFeatured, Serializable, Cloneable

public class TLcdFeaturedVOR extends TLcdVOR implements ILcdDefaultDisplayNameSettable
The default implementation of a VOR with features. Note that this class extends TLcdAISPoint, and so it is required to set a delegate point implementation using the setLocation() method before using the VOR object.
See Also:
  • Constructor Details

    • TLcdFeaturedVOR

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

      public TLcdFeaturedVOR(TLcdFeaturedVOR aFeaturedVOR)
      Copy constructor.
      Parameters:
      aFeaturedVOR - the featuredVOR to be copied into a new object
    • TLcdFeaturedVOR

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