Interface ILcdMinimumSectorAltitude

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

public interface ILcdMinimumSectorAltitude extends ILcdDataObject, ILcdShapeList
Represents a Minimum Sector Altitude object, defining the lowest altitudes to be used for one or more sectors. Each sector defines an altitude and is modeled as an arc band, consisting of a center, a min and max radius and a start and end angle.
Since:
2022.0
  • Method Details

    • getSectorCount

      int getSectorCount()
      Returns the number of sectors in this Minimum Sector Altitude.
      Returns:
      the number of sectors in this Minimum Sector Altitude.
    • getSector

      ILcdSector getSector(int aIndex)
      Returns the sector at the given index.
      Parameters:
      aIndex - an index of a sector
      Returns:
      the sector at the given index.