Interface ILcdEditableMinimumSectorAltitude

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdMinimumSectorAltitude, ILcdShape, ILcdShapeList, Serializable
All Known Implementing Classes:
TLcdFeaturedMinimumSectorAltitude, TLcdMinimumSectorAltitude

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

    • addSector

      void addSector(ILcdSector aSector)
      Adds a sector to this Minimum Sector Altitude.
      Parameters:
      aSector - the sector to be added
    • removeSector

      void removeSector(ILcdSector aSector)
      Removes a sector from this Minimum Sector Altitude.
      Parameters:
      aSector - the sector to be removed
    • removeSectorAt

      void removeSectorAt(int aIndex)
      Removes a sector from this Minimum Sector Altitude.
      Parameters:
      aIndex - the index of the sector to be removed