Interface ILcdDAFIFLocalizerFeature

All Superinterfaces:
ILcdLocalizerFeature

public interface ILcdDAFIFLocalizerFeature extends ILcdLocalizerFeature
This interface extends the more general applicable features defined in the ILcdLocalizerFeature 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 localizer is TLcdDAFIFLocalizerDataProperties.

See Also:
  • Field Details

    • AIRPORT_ID

      static final String AIRPORT_ID
      The identification of the aerodrome to which the localizer 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 localizer. 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 localizer.

      The component type of a localizer will always be 'Z'.

      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 of assigned to the localizer. The name is of the type String.
      See Also:
    • LOCATION

      static final String LOCATION
      The distance in feet from the localizer antenna to the runway end. The location is of the type String.
      See Also:
    • ILS_MLS_CATEGORY

      static final String ILS_MLS_CATEGORY
      The performance category of the localizer. The ILS/MLS category is of the type TLcdILSMLSCategoryType.
      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:
    • ILS_BEARING

      static final String ILS_BEARING
      The bearing of the localizer beam, leading to the localizer antenna. The bearing is of the type Float.
      See Also:
    • ILS_BEARING_TYPE

      static final String ILS_BEARING_TYPE
      The type of the ILS bearing (grid, magnetic or true). The bearing type is of the type TLcdBearingType.
      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: