Class TLcdAIXMProcedureLegDataProperties
java.lang.Object
com.luciad.format.aixm.model.procedure.TLcdAIXMProcedureLegDataProperties
This class provides easy access to the properties of the ProcedureLeg type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyA code indicating the type of course to be observed.static final TLcdDataPropertyReference used when measuring lower vertical distances.static final TLcdDataPropertyA 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 TLcdDataPropertyFree text remarks.static final TLcdDataPropertyReference used when measuring upper vertical distances. -
Method Summary
-
Field Details
-
COURSE_TYPE
A code indicating the type of course to be observed. The course type is of the typeTLcdProcedureLegCourseType. -
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. -
LOWER_VERTICAL_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. -
UPPER_VERTICAL_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. -
REMARK
Free text remarks. The remark is of the typeString.
-