Uses of Class
com.luciad.format.aixm51.model.features.procedure.procedureoverview.TLcdAIXM51AbstractSegmentLegTimeSlice
Packages that use TLcdAIXM51AbstractSegmentLegTimeSlice
Package
Description
This package provides the classes that correspond to AIXM 5.1 procedure types.
-
Uses of TLcdAIXM51AbstractSegmentLegTimeSlice in com.luciad.format.aixm51.model.features.procedure.procedureoverview
Subclasses of TLcdAIXM51AbstractSegmentLegTimeSlice in com.luciad.format.aixm51.model.features.procedure.procedureoverviewModifier and TypeClassDescriptionclass
An abstract class that represents an approach leg.class
A type of SegmentLeg designed in accordance with the rules for arrival feeder segments having the properties specific to a arrival feeder approach segment.class
A portion of an arrival procedure (STAR) as defined by two consecutive significant points.class
A portion of an departure procedure as defined by two consecutive significant points.class
A type of SegmentLeg designed in accordance with the rules for final segments having the properties specific to a final approach segment..class
A type of segmentleg designed in accordance with the rules for initial segments having the properties specific to a initial approach segment.class
A type of SegmentLeg designed in accordance with the rules for intermediate segments having the properties specific to an intermediate approach segment..class
A type of SegmentLeg designed in accordance with the rules for missed approach segments having the properties specific to a missed approach segment..Methods in com.luciad.format.aixm51.model.features.procedure.procedureoverview that return types with arguments of type TLcdAIXM51AbstractSegmentLegTimeSliceModifier and TypeMethodDescriptionTLcdAIXM51ProcedureDMETimeSlice.getSegmentLeg()
Returns the role value contained in the value of theTLcdAIXM51ProcedureDMETimeSlice.SEGMENT_LEG_PROPERTY
property.TLcdAIXM51ProcedureTransitionLeg.getTheSegmentLeg()
Returns the role value contained in the value of theTLcdAIXM51ProcedureTransitionLeg.THE_SEGMENT_LEG_PROPERTY
property.Method parameters in com.luciad.format.aixm51.model.features.procedure.procedureoverview with type arguments of type TLcdAIXM51AbstractSegmentLegTimeSliceModifier and TypeMethodDescriptionvoid
TLcdAIXM51ProcedureDMETimeSlice.setSegmentLeg
(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> aValue) Sets the value of the property that maps to thesegmentLeg
element.void
TLcdAIXM51ProcedureTransitionLeg.setTheSegmentLeg
(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> aValue) Sets the value of the property that maps to thetheSegmentLeg
element.