Uses of Class
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeMarkingCondition
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 airportheliport marking types.
-
Uses of TLcdAIXM51CodeMarkingCondition in com.luciad.format.aixm51.model.datatypes
Modifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeMarkingCondition
TLcdAIXM51CodeMarkingCondition.EXCELLENT
static final TLcdAIXM51CodeMarkingCondition
TLcdAIXM51CodeMarkingCondition.FAIR
static final TLcdAIXM51CodeMarkingCondition
TLcdAIXM51CodeMarkingCondition.GOOD
static final TLcdAIXM51CodeMarkingCondition
TLcdAIXM51CodeMarkingCondition.POOR
Modifier and TypeMethodDescriptionstatic Map
<String, TLcdAIXM51CodeMarkingCondition> TLcdAIXM51CodeMarkingCondition.getWellKnownValues()
Returns a map containing all well known values of this class. -
Uses of TLcdAIXM51CodeMarkingCondition in com.luciad.format.aixm51.model.features.airportheliport.markings
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractMarkingTimeSlice.getCondition()
Gets the value of the condition property.TLcdAIXM51AirportProtectionAreaMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51AirportProtectionAreaMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51ApronMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51ApronMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51DeicingAreaMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51DeicingAreaMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51GuidanceLineMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51GuidanceLineMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51RunwayMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51RunwayMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51StandMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51StandMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51TaxiHoldingPositionMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51TaxiHoldingPositionMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51TaxiwayMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51TaxiwayMarkingTimeSlice.CONDITION_PROPERTY
property.TLcdAIXM51TouchDownLiftOffMarkingTimeSlice.getCondition()
Returns the role value contained in the value of theTLcdAIXM51TouchDownLiftOffMarkingTimeSlice.CONDITION_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the condition property.void
TLcdAIXM51AirportProtectionAreaMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51ApronMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51DeicingAreaMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51GuidanceLineMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51RunwayMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51StandMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51TaxiHoldingPositionMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51TaxiwayMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element.void
TLcdAIXM51TouchDownLiftOffMarkingTimeSlice.setCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to thecondition
element. -
Uses of TLcdAIXM51CodeMarkingCondition in com.luciad.format.aixm51.model.features.airportheliport.runway
Modifier and TypeMethodDescriptionTLcdAIXM51RunwayDirectionTimeSlice.getApproachMarkingCondition()
Returns the role value contained in the value of theTLcdAIXM51RunwayDirectionTimeSlice.APPROACH_MARKING_CONDITION_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51RunwayDirectionTimeSlice.setApproachMarkingCondition
(TLcdAIXM51CodeMarkingCondition aValue) Sets the value of the property that maps to theapproachMarkingCondition
element.