Class TLcdDAFIFGlidePathDataProperties

java.lang.Object
com.luciad.format.dafif.model.navaid.TLcdDAFIFGlidePathDataProperties

public final class TLcdDAFIFGlidePathDataProperties 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.
    • COMPONENT_TYPE

      public static final TLcdDataProperty COMPONENT_TYPE
      A code indicating which part of an ILS or MLS installation is represented by the glide path.

      The component type of a glide path will always be 'G'.

      The component type is of the type Character.

    • COLLOCATION

      public static final TLcdDataProperty COLLOCATION
      A code indicating how a locator or navaid is collocated. The collocation is of the type String.
    • NAME

      public static final TLcdDataProperty NAME
      The official name assigned to the glide path by the controlling authority. The name 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.
    • MAGNETIC_VARIATION

      public static final TLcdDataProperty MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of the type String.
    • LOCATION

      public static final TLcdDataProperty LOCATION
      The distance from a line, drawn at right angles to the runway, at the landing threshold to the glide path antenna in feet. The location 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.