Interface ILcdDAFIFGlidePathFeature

All Superinterfaces:
ILcdGlidePathFeature

public interface ILcdDAFIFGlidePathFeature extends ILcdGlidePathFeature
This interface extends the more general applicable features defined in the ILcdGlidePathFeature interface with DAFIF specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for a DAFIF glide path is TLcdDAFIFGlidePathDataProperties.

See Also:
  • Field Details

    • AIRPORT_ID

      static final String AIRPORT_ID
      The identification of the aerodrome to which the glide path relates. The aerodrome identifier is of the type String.
      See Also:
    • RUNWAY_ID

      static final String RUNWAY_ID
      The identification of the runway served by the glide path. The runway identifier is of the type String.
      See Also:
    • COMPONENT_TYPE

      static final String 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.

      See Also:
    • COLLOCATION

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

      static final String NAME
      The official name assigned to the glide path by the controlling authority. The name is of the type String.
      See Also:
    • LOCATION

      static final String 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.
      See Also:
    • MAGNETIC_VARIATION

      static final String MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of the type String.
      See Also:
    • THRESHOLD_CROSSING_HEIGTH

      static final String THRESHOLD_CROSSING_HEIGTH
      The height above the landing threshold on a normal glide path. The threshold crossing height is of the type Integer
      See Also:
    • THRESHOLD_CROSSING_HEIGTH_UNIT

      static final String THRESHOLD_CROSSING_HEIGTH_UNIT
      The unit of measurement of the threshold crossing height. The threshold crossing height unit is of the type TLcdAltitudeUnit.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the type String.
      Since:
      2022.0
      See Also: