Class TLcdARINCSectorDataProperties

java.lang.Object
com.luciad.format.arinc.model.sector.TLcdARINCSectorDataProperties

public class TLcdARINCSectorDataProperties extends Object
This class provides easy access to the properties of the Sector type.
Since:
2022.1
See Also:
  • Field Details

    • NUMBER

      public static final TLcdDataProperty NUMBER
      The number associated with a sector. The number is of the type Integer.
    • ALTITUDE

      public static final TLcdDataProperty ALTITUDE
      The altitude associated with a sector. The altitude type is of the type Integer.
    • ALTITUDE_UNIT

      public static final TLcdDataProperty ALTITUDE_UNIT
      The altitude unit associated with a sector. The altitude unit type is of the type TLcdAltitudeUnit.
    • BEARING_START

      public static final TLcdDataProperty BEARING_START
      The start bearing of a sector, expressed in degrees. The bearing is of the type Integer.
    • BEARING_END

      public static final TLcdDataProperty BEARING_END
      The end bearing of a sector, expressed in degrees. The bearing is of the type Integer.
    • RADIUS

      public static final TLcdDataProperty RADIUS
      The radius of a sector, expressed in nautical miles. The mileage is of the type Integer.
  • Constructor Details

    • TLcdARINCSectorDataProperties

      public TLcdARINCSectorDataProperties()