Interface ILcdAIXMProcedureFeature

All Superinterfaces:
ILcdProcedureFeature

public interface ILcdAIXMProcedureFeature extends ILcdProcedureFeature
This interface extends the more general applicable features defined in the ILcdProcedureFeature interface with AIXM 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 AIXM procedure is TLcdAIXMProcedureDataProperties.

Since:
6.2
See Also:
  • Field Details

    • AERODROME_IDENTIFIER

      static final String AERODROME_IDENTIFIER
      Aerodrome identifier related to the procedure. The aerodrome identifier is of the type String.
      See Also:
    • AIRCRAFT_CATEGORY

      static final String AIRCRAFT_CATEGORY
      A code indicating the class of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass. The aircraft category is of the type TLcdAircraftCategory.
      See Also:
    • TRANSITION_IDENTIFIER

      static final String TRANSITION_IDENTIFIER
      Transition identifier, used to identify a procedure branch. The transition identifier is of the type String.
      See Also:
    • REQUIRED_NAVIGATION_PERFORMANCE

      static final String REQUIRED_NAVIGATION_PERFORMANCE
      A code indicating the navigation performance (RNP) required for an aircraft to fly a procedure. The required navigation performance is of the type Float.
      See Also:
    • COMMUNICATION_FAILURE_DESCRIPTION

      static final String COMMUNICATION_FAILURE_DESCRIPTION
      A textual description of the 'communications failure' procedure. The communication failure description is of the type String.
      See Also:
    • TYPE

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

      static final String ROUTE_TYPE
      Indicates the kind of SID, IAP or STAR procedure. The subtype is of the type TLcdProcedureRouteType.
      See Also:
    • DESCRIPTION

      static final String DESCRIPTION
      A textual description of which the actual meaning depends on the procedure type:
      • SID: description of the departure procedure.
      • STAR: description of the arrival procedure.
      • IAP: description of the missed approach procedure.
      The description is of the type String.
      See Also:
    • RUNWAY_DIRECTION_DESIGNATOR

      static final String RUNWAY_DIRECTION_DESIGNATOR
      The runway direction designator associated with this procedure. This field can be used by SID and IAP procedures to indicate the runway direction to be used.
      See Also:
    • FATO_DIRECTION_DESIGNATOR

      static final String FATO_DIRECTION_DESIGNATOR
      The FATO direction designator associated with this procedure. This field can be used by SID and IAP procedures to indicate the FATO direction to be used.
      See Also:
    • TLOF_DIRECTION_DESIGNATOR

      static final String TLOF_DIRECTION_DESIGNATOR
      The TLOF direction designator associated with this procedure. This field can be used by IAP procedures to indicate the TLOF direction to be used.
      See Also:
    • MID

      static final String MID
      An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the type String.
      See Also:
    • REMARK

      static final String REMARK
      Free text remarks. The remark is of the type String.
      See Also: