Interface ILcdAIXMProcedureLegFeature
- All Superinterfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final StringA code indicating the type of course to be observed.static final StringReference used when measuring lower vertical distances.static final StringA 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 StringFree text remarks.static final StringReference used when measuring upper vertical distances.
-
Field Details
-
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 typeTLcdProcedureLegPhase.- See Also:
-
COURSE_TYPE
A code indicating the type of course to be observed. The course type is of the typeTLcdProcedureLegCourseType.- See Also:
-
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 typeTLcdAltitudeReference.- See Also:
-
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 typeTLcdAltitudeReference.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString.- See Also:
-