Interface ILcdARINCProcedureFeature

All Superinterfaces:
ILcdProcedureFeature

public interface ILcdARINCProcedureFeature extends ILcdProcedureFeature
This interface extends the more general applicable features defined in the ILcdProcedureFeature 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.

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 an ARINC procedure is TLcdARINCProcedureDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identifier of the aerodrome to which this procedure belongs.
    static final String
    The calendar period in which the record was added to the file or last revised.
    static final String
    The indication of whether or not the responsible government agency has authorized the overlay of a conventional, ground based approach procedure with the use of a sensor capable of processing GNSS data or if the procedure may be flown with FMS as the primary navigation equipment, also used to indicate when and RNAV procedure has been authorized for GNSS-based vertical navigation.
    static final String
    The subtype of this procedure.
    static final String
    The first subtype qualifier of this procedure.
    static final String
    The second subtype qualifier of this procedure.
    static final String
    The identifier of the type of transition to be made from the enroute environment into the terminal area and vice versa, and from the terminal area to the approach or from the runway or helipad to the terminal area.
    static final String
    The type of this procedure.

    Fields inherited from interface com.luciad.ais.model.procedure.ILcdProcedureFeature

    DESIGNATOR
  • Field Details

    • AERODROME_IDENTIFIER

      static final String AERODROME_IDENTIFIER
      The identifier of the aerodrome to which this procedure belongs. The aerodrome identifier is of the type String.
      See Also:
    • TRANSITION_IDENTIFIER

      static final String TRANSITION_IDENTIFIER
      The identifier of the type of transition to be made from the enroute environment into the terminal area and vice versa, and from the terminal area to the approach or from the runway or helipad to the terminal area. The transition identifier is of the type String.
      Since:
      2016.1.43
      See Also:
    • TYPE

      static final String TYPE
      The type of this procedure. The procedure type is of the type TLcdProcedureType.
      See Also:
    • SUB_TYPE

      static final String SUB_TYPE
      The subtype of this procedure. This provides a wider range of subtypes than the TYPE property. For Airport and Heliport Approach Routes, beside this subtype two route type qualifiers are specified that can be found in properties SUB_TYPE_QUALIFIER1 and SUB_TYPE_QUALIFIER2. The procedure subtype is of the type TLcdProcedureSubType.
      Since:
      2016.1.43
      See Also:
    • SUB_TYPE_QUALIFIER1

      static final String SUB_TYPE_QUALIFIER1
      The first subtype qualifier of this procedure. The first procedure subtype qualifier is of the type TLcdProcedureIAPSubTypeQualifier.
      Since:
      2016.1.43
      See Also:
    • SUB_TYPE_QUALIFIER2

      static final String SUB_TYPE_QUALIFIER2
      The second subtype qualifier of this procedure. The second procedure subtype qualifier is of the type TLcdProcedureIAPSubTypeQualifier.
      Since:
      2016.1.43
      See Also:
    • GNSS_FMS_INDICATOR

      static final String GNSS_FMS_INDICATOR
      The indication of whether or not the responsible government agency has authorized the overlay of a conventional, ground based approach procedure with the use of a sensor capable of processing GNSS data or if the procedure may be flown with FMS as the primary navigation equipment, also used to indicate when and RNAV procedure has been authorized for GNSS-based vertical navigation. The GNSS/FMS indicator is of the type TLcdGNSSFMSIndicator.
      Since:
      2016.1.43
      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: