Interface ILcdEditableSector

All Superinterfaces:
Cloneable, ILcd2DEditableArcBand, ILcd2DEditableShape, ILcdArcBand, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdSector, ILcdShape, Serializable
All Known Implementing Classes:
TLcdFeaturedSector, TLcdSector

public interface ILcdEditableSector extends ILcdSector, ILcd2DEditableArcBand
This interface is an extension of the ILcdSector interface that allows to change its attributes and geometry.
Since:
2022.0
  • Method Details

    • setNumber

      void setNumber(int aNumber)
      Set the number of this sector.
      Parameters:
      aNumber - the new number.
      See Also:
    • setAltitude

      void setAltitude(Integer aAltitude)
      Set the altitude of this sector.

      Can be null if the altitude is unknown.

      Parameters:
      aAltitude - the new altitude, or null if unknown.
      See Also:
    • setAltitudeUnit

      void setAltitudeUnit(TLcdAltitudeUnit aAltitudeUnit)
      Set the altitude unit of the altitude of this sector.

      Can only be null if the altitude is unknown.

      Parameters:
      aAltitudeUnit - the new altitude unit, or null if the altitude is unknown.
      See Also: