Interface ILcdSectorFeature

All Known Subinterfaces:
ILcdDAFIFSectorFeature

public interface ILcdSectorFeature
This interface defines a list of possible features for a Sector.
Since:
2022.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The altitude associated with a sector.
    static final String
    The altitude unit associated with a sector.
    static final String
    The number associated with a sector.
  • Field Details

    • NUMBER

      static final String NUMBER
      The number associated with a sector. The number is of the type Integer.
      See Also:
    • ALTITUDE

      static final String ALTITUDE
      The altitude associated with a sector. The altitude type is of the type Integer.
      See Also:
    • ALTITUDE_UNIT

      static final String ALTITUDE_UNIT
      The altitude unit associated with a sector. The altitude unit type is of the type TLcdAltitudeUnit.
      See Also: