Interface ILcdSector

All Superinterfaces:
Cloneable, ILcdArcBand, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdShape, Serializable
All Known Subinterfaces:
ILcdEditableSector
All Known Implementing Classes:
TLcdFeaturedSector, TLcdSector

public interface ILcdSector extends ILcdDataObject, ILcdArcBand
Represents a sector with a sector number and altitude. The horizontal extent of the sector is modeled by an arc band, consisting of a center, a min and max radius and a min and max angle.

This type can be used in an ILcdMinimumSectorAltitude to model sector-based minimum safety altitudes.

Since:
2022.0
  • Method Details

    • getNumber

      int getNumber()
      Returns number of this sector.
      Returns:
      the number of this sector.
    • getAltitude

      Integer getAltitude()
      Returns the altitude for this sector.

      Returns null if there is no information for this sector.

      Returns:
      the altitude, or null if unknown.
    • getAltitudeUnit

      TLcdAltitudeUnit getAltitudeUnit()
      Returns the unit in which the altitude is defined.

      Only returns null if the altitude is unknown.

      Returns:
      the unit of the altitude.