Interface ILcdAIXMProcedureLegFeature

All Superinterfaces:
ILcdProcedureLegFeature

public interface ILcdAIXMProcedureLegFeature extends ILcdProcedureLegFeature
This interface extends the more general applicable procedure leg features defined in the ILcdProcedureLegFeature 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 leg is TLcdAIXMProcedureLegDataProperties.

Since:
6.2
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A code indicating the type of course to be observed.
    static final String
    Reference used when measuring lower vertical distances.
    static final String
    A code indicating the phase of a SID, STAR or IAP the procedure leg is part of, according to ARINC 424, 5.7 "Route Type".
    static final String
    Free text remarks.
    static final String
    Reference used when measuring upper vertical distances.
  • Field Details

    • PHASE

      static final String PHASE
      A code indicating the phase of a SID, STAR or IAP the procedure leg is part of, according to ARINC 424, 5.7 "Route Type". The phase is of the type TLcdProcedureLegPhase.
      See Also:
    • COURSE_TYPE

      static final String COURSE_TYPE
      A code indicating the type of course to be observed. The course type is of the type TLcdProcedureLegCourseType.
      See Also:
    • UPPER_LIMIT_REFERENCE

      static final String UPPER_LIMIT_REFERENCE
      Reference used when measuring upper vertical distances. Mandatory when a vertical distance is mentioned in the procedure leg. The reference is of the type TLcdAltitudeReference.
      See Also:
    • LOWER_LIMIT_REFERENCE

      static final String LOWER_LIMIT_REFERENCE
      Reference used when measuring lower vertical distances. Mandatory when a vertical distance is mentioned in the procedure leg. The reference is of the type TLcdAltitudeReference.
      See Also:
    • REMARK

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