Uses of Class
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeSpeedReference
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.
This package provides the classes that correspond to AIXM 5.1 flightrestriction types.
-
Uses of TLcdAIXM51CodeSpeedReference in com.luciad.format.aixm51.model.datatypes
Modifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeSpeedReference
TLcdAIXM51CodeSpeedReference.GS
static final TLcdAIXM51CodeSpeedReference
TLcdAIXM51CodeSpeedReference.IAS
static final TLcdAIXM51CodeSpeedReference
TLcdAIXM51CodeSpeedReference.TAS
Modifier and TypeMethodDescriptionstatic Map
<String, TLcdAIXM51CodeSpeedReference> TLcdAIXM51CodeSpeedReference.getWellKnownValues()
Returns a map containing all well known values of this class. -
Uses of TLcdAIXM51CodeSpeedReference in com.luciad.format.aixm51.model.features.procedure.procedureoverview
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractSegmentLegTimeSlice.getSpeedReference()
Gets the value of the speedReference property.TLcdAIXM51ArrivalFeederLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51ArrivalFeederLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51ArrivalLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51ArrivalLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51DepartureLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51DepartureLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51FinalLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51FinalLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51InitialLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51InitialLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51IntermediateLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51IntermediateLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.TLcdAIXM51MissedApproachLegTimeSlice.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51MissedApproachLegTimeSlice.SPEED_REFERENCE_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractSegmentLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the speedReference property.void
TLcdAIXM51ArrivalFeederLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51ArrivalLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51DepartureLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51FinalLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51InitialLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51IntermediateLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.void
TLcdAIXM51MissedApproachLegTimeSlice.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element. -
Uses of TLcdAIXM51CodeSpeedReference in com.luciad.format.aixm51.model.features.routes.flightrestrictions
Modifier and TypeMethodDescriptionTLcdAIXM51FlightRoutingElement.getSpeedReference()
Returns the role value contained in the value of theTLcdAIXM51FlightRoutingElement.SPEED_REFERENCE_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51FlightRoutingElement.setSpeedReference
(TLcdAIXM51CodeSpeedReference aValue) Sets the value of the property that maps to thespeedReference
element.