Class TLcdARINCGlidePathDataProperties

java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCGlidePathDataProperties

public final class TLcdARINCGlidePathDataProperties extends Object
This class provides easy access to the properties of the GlidePath type.
See Also:
  • Field Details

    • AIRPORT_IDENTIFIER

      public static final TLcdDataProperty AIRPORT_IDENTIFIER
      The identification of the aerodrome to which the glide path relates. The aerodrome identifier is of the type String.
    • RUNWAY_IDENTIFIER

      public static final TLcdDataProperty RUNWAY_IDENTIFIER
      The identification of the runway served by the glide path. The runway identifier is of the type String.
    • IDENTIFIER

      public static final TLcdDataProperty IDENTIFIER
      A code identifying the glide path. The identifier is of the type String.
    • FREQUENCY

      public static final TLcdDataProperty FREQUENCY
      TThe frequency value of the ILS glide path. The frequency is of the type Float.
    • FREQUENCY_UNIT

      public static final TLcdDataProperty FREQUENCY_UNIT
      The unit of measurement of the frequency. The frequency unit is of the type TLcdFrequencyUnit.
    • GLIDE_PATH_ANGLE

      public static final TLcdDataProperty GLIDE_PATH_ANGLE
      The angle of the glide path. The angle is of the type Float.
    • POSITION

      public static final TLcdDataProperty POSITION
      The distance in feet from a line drawn at right angles to the threshold of the runway. The position is of the type String.
    • THRESHOLD_CROSSING_HEIGHT

      public static final TLcdDataProperty THRESHOLD_CROSSING_HEIGHT
      The height above the landing threshold on a normal glide path. The threshold crossing height is of the type Integer
    • THRESHOLD_CROSSING_HEIGHT_UNIT

      public static final TLcdDataProperty THRESHOLD_CROSSING_HEIGHT_UNIT
      The unit of measurement of the threshold crossing height. The threshold crossing height unit is of the type TLcdAltitudeUnit.