Interface ILcdARINCNavaidFeature

All Superinterfaces:
ILcdNavaidFeature
All Known Subinterfaces:
ILcdARINCDMEFeature, ILcdARINCNDBFeature, ILcdARINCTACANFeature, ILcdARINCVORFeature

public interface ILcdARINCNavaidFeature extends ILcdNavaidFeature
This interface extends the more general applicable features defined in the ILcdNavaidFeature interface with ARINC specific features.

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

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identification of the aerodrome to which the navaid relates.
    static final String
    A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record).
    static final String
    The calendar period in which the record was added to the file or last revised.
    static final String
    The characteristics of the NAVAID facility.
    static final String
    The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations.
    static final String
    The unit of measurement of the facility elevation.
    static final String
    The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure.
    static final String
    The two letter ICAO region of the navaid.
    static final String
    The class of the navaid.
    static final String
    The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure.

    Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature

    IDENTIFIER, NAME
  • Field Details

    • ICAO_REGION

      static final String ICAO_REGION
      The two letter ICAO region of the navaid. The ICAO region is of the type String.
      See Also:
    • CUSTOMER_AREA_CODE

      static final String CUSTOMER_AREA_CODE
      A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the type String.
      See Also:
    • AERODROME_ID

      static final String AERODROME_ID
      The identification of the aerodrome to which the navaid relates. The aerodrome identifier is of the type String.
      See Also:
    • FIR_IDENTIFIER

      static final String FIR_IDENTIFIER
      The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For records that are classed or designated as high altitude, the FIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The FIR identifier is of the type String, consisting of 4 characters.
      See Also:
    • UIR_IDENTIFIER

      static final String UIR_IDENTIFIER
      The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For areas assigned a FIR identifier only that is valid for both the low altitude and the high altitude structure, the UIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The UIR identifier is of the type String, consisting of 4 characters.
      See Also:
    • FACILITY_ELEVATION

      static final String FACILITY_ELEVATION
      The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations. The facility elevation is of the type Integer, in feet w.r.t. MSL.
      See Also:
    • FACILITY_ELEVATION_UNIT

      static final String FACILITY_ELEVATION_UNIT
      The unit of measurement of the facility elevation. The unit of measurement of the facility elevation is of the type TLcdAltitudeUnit.
      See Also:
    • FACILITY_CHARACTERISTICS

      static final String FACILITY_CHARACTERISTICS
      The characteristics of the NAVAID facility. The content specifications of this field can be found in section 5.93 of ARINC Specification 424-18. The facility characteristics are of the type String.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the type String.
      Since:
      2016.1.51
      See Also: