Uses of Class
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeLightIntensity
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 lighting types.
-
Uses of TLcdAIXM51CodeLightIntensity in com.luciad.format.aixm51.model.datatypes
Modifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeLightIntensity
TLcdAIXM51CodeLightIntensity.LIH
static final TLcdAIXM51CodeLightIntensity
TLcdAIXM51CodeLightIntensity.LIL
static final TLcdAIXM51CodeLightIntensity
TLcdAIXM51CodeLightIntensity.LIL_LIH
static final TLcdAIXM51CodeLightIntensity
TLcdAIXM51CodeLightIntensity.LIM
static final TLcdAIXM51CodeLightIntensity
TLcdAIXM51CodeLightIntensity.PREDETERMINED
Modifier and TypeMethodDescriptionstatic Map
<String, TLcdAIXM51CodeLightIntensity> TLcdAIXM51CodeLightIntensity.getWellKnownValues()
Returns a map containing all well known values of this class. -
Uses of TLcdAIXM51CodeLightIntensity in com.luciad.format.aixm51.model.features.airportheliport.lighting
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractGroundLightSystemTimeSlice.getIntensityLevel()
Gets the value of the intensityLevel property.TLcdAIXM51ApproachLightingSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51ApproachLightingSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51ApronLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51ApronLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51GuidanceLineLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51GuidanceLineLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51LightActivation.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51LightActivation.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51RunwayDirectionLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51RunwayDirectionLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51RunwayProtectAreaLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51RunwayProtectAreaLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51TaxiHoldingPositionLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51TaxiHoldingPositionLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51TaxiwayLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51TaxiwayLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.TLcdAIXM51TouchDownLiftOffLightSystemTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51TouchDownLiftOffLightSystemTimeSlice.INTENSITY_LEVEL_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractGroundLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the intensityLevel property.void
TLcdAIXM51ApproachLightingSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51ApronLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51GuidanceLineLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51LightActivation.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51RunwayDirectionLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51RunwayProtectAreaLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51TaxiHoldingPositionLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51TaxiwayLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.void
TLcdAIXM51TouchDownLiftOffLightSystemTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element. -
Uses of TLcdAIXM51CodeLightIntensity in com.luciad.format.aixm51.model.features.airportheliport.runway
Modifier and TypeMethodDescriptionTLcdAIXM51VisualGlideSlopeIndicatorTimeSlice.getIntensityLevel()
Returns the role value contained in the value of theTLcdAIXM51VisualGlideSlopeIndicatorTimeSlice.INTENSITY_LEVEL_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51VisualGlideSlopeIndicatorTimeSlice.setIntensityLevel
(TLcdAIXM51CodeLightIntensity aValue) Sets the value of the property that maps to theintensityLevel
element.