Uses of Class
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeCourse
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides the classes that correspond to AIXM 5.1 procedure types.
-
Uses of TLcdAIXM51CodeCourse in com.luciad.format.aixm51.model.datatypes
Modifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.HDG
static final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.MAG_BRG
static final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.MAG_TRACK
static final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.RDL
static final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.TRUE_BRG
static final TLcdAIXM51CodeCourse
TLcdAIXM51CodeCourse.TRUE_TRACK
Modifier and TypeMethodDescriptionstatic Map
<String, TLcdAIXM51CodeCourse> TLcdAIXM51CodeCourse.getWellKnownValues()
Returns a map containing all well known values of this class. -
Uses of TLcdAIXM51CodeCourse in com.luciad.format.aixm51.model.features.aerialrefuelling
Modifier and TypeMethodDescriptionTLcdAIXM51AerialRefuellingAnchor.getOutboundCourseType()
Returns the role value contained in the value of theTLcdAIXM51AerialRefuellingAnchor.OUTBOUND_COURSE_TYPE_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AerialRefuellingAnchor.setOutboundCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to theoutboundCourseType
element. -
Uses of TLcdAIXM51CodeCourse in com.luciad.format.aixm51.model.features.procedure.procedureoverview
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractSegmentLegTimeSlice.getCourseType()
Gets the value of the courseType property.TLcdAIXM51ArrivalFeederLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51ArrivalFeederLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51ArrivalLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51ArrivalLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51DepartureLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51DepartureLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51FinalLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51FinalLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51InitialLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51InitialLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51IntermediateLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51IntermediateLegTimeSlice.COURSE_TYPE_PROPERTY
property.TLcdAIXM51MissedApproachLegTimeSlice.getCourseType()
Returns the role value contained in the value of theTLcdAIXM51MissedApproachLegTimeSlice.COURSE_TYPE_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractSegmentLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the courseType property.void
TLcdAIXM51ArrivalFeederLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51ArrivalLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51DepartureLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51FinalLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51InitialLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51IntermediateLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.void
TLcdAIXM51MissedApproachLegTimeSlice.setCourseType
(TLcdAIXM51CodeCourse aValue) Sets the value of the property that maps to thecourseType
element.