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 TypeClassDescriptionclassAn abstract class that represents an approach leg.classA type of SegmentLeg designed in accordance with the rules for arrival feeder segments having the properties specific to a arrival feeder approach segment.classA portion of an arrival procedure (STAR) as defined by two consecutive significant points.classA portion of an departure procedure as defined by two consecutive significant points.classA type of SegmentLeg designed in accordance with the rules for final segments having the properties specific to a final approach segment..classA type of segmentleg designed in accordance with the rules for initial segments having the properties specific to a initial approach segment.classA type of SegmentLeg designed in accordance with the rules for intermediate segments having the properties specific to an intermediate approach segment..classA 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_PROPERTYproperty.TLcdAIXM51ProcedureTransitionLeg.getTheSegmentLeg()Returns the role value contained in the value of theTLcdAIXM51ProcedureTransitionLeg.THE_SEGMENT_LEG_PROPERTYproperty.Method parameters in com.luciad.format.aixm51.model.features.procedure.procedureoverview with type arguments of type TLcdAIXM51AbstractSegmentLegTimeSliceModifier and TypeMethodDescriptionvoidTLcdAIXM51ProcedureDMETimeSlice.setSegmentLeg(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> aValue) Sets the value of the property that maps to thesegmentLegelement.voidTLcdAIXM51ProcedureTransitionLeg.setTheSegmentLeg(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> aValue) Sets the value of the property that maps to thetheSegmentLegelement.