Class TLcdAIXM51LightElement
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theavailability
element.static final TLcdDataProperty
Data property that maps to thecolour
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to theintensityLevel
element.static final TLcdDataProperty
Data property that maps to theintensity
element.static final TLcdDataProperty
Data property that maps to thelocation
element.static final TLcdDataProperty
Data property that maps to thetype
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theAVAILABILITY_PROPERTY
property adapted to a list ofTLcdAIXM51LightElementStatus
instances.Returns the role value contained in the value of theCOLOUR_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the value of the property that maps to theintensity
element.Returns the role value contained in the value of theINTENSITY_LEVEL_PROPERTY
property.Returns the role value contained in the value of theLOCATION_PROPERTY
property.getType()
Returns the role value contained in the value of theTYPE_PROPERTY
property.void
setColour
(TLcdAIXM51CodeColour aValue) Sets the value of the property that maps to thecolour
element.void
Sets the value of the property that maps to theintensity
element.void
Sets the value of the property that maps to theintensityLevel
element.void
setLocation
(TLcdAIXM51ElevatedPoint aValue) Sets the value of the property that maps to thelocation
element.void
setType
(TLcdAIXM51CodeLightSource aValue) Sets the value of the property that maps to thetype
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
COLOUR_PROPERTY
Data property that maps to thecolour
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeColour>
. -
INTENSITY_LEVEL_PROPERTY
Data property that maps to theintensityLevel
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeLightIntensity>
. -
INTENSITY_PROPERTY
Data property that maps to theintensity
element. The possible values for this property are instances ofTLcdAIXM51ValLightIntensity
. -
TYPE_PROPERTY
Data property that maps to thetype
element. The possible values for this property are the publicQName
constants defined in this class. -
LOCATION_PROPERTY
Data property that maps to thelocation
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51ElevatedPoint>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
AVAILABILITY_PROPERTY
Data property that maps to theavailability
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51LightElementStatus>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51LightElement
public TLcdAIXM51LightElement() -
TLcdAIXM51LightElement
-
-
Method Details
-
getColour
Returns the role value contained in the value of theCOLOUR_PROPERTY
property. Returnsnull
if the value of theCOLOUR_PROPERTY
property isnull
.A code indicating the colour of the lights in the group.
- Returns:
- the role value of the
COLOUR_PROPERTY
property. - See Also:
-
setColour
Sets the value of the property that maps to thecolour
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theCOLOUR_PROPERTY
property is set tonull
.A code indicating the colour of the lights in the group.
- Parameters:
aValue
- the role value to set for theCOLOUR_PROPERTY
property.
-
getIntensityLevel
Returns the role value contained in the value of theINTENSITY_LEVEL_PROPERTY
property. Returnsnull
if the value of theINTENSITY_LEVEL_PROPERTY
property isnull
.A code indicating the relative intensity of the lights in the group.
- Returns:
- the role value of the
INTENSITY_LEVEL_PROPERTY
property. - See Also:
-
setIntensityLevel
Sets the value of the property that maps to theintensityLevel
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theINTENSITY_LEVEL_PROPERTY
property is set tonull
.A code indicating the relative intensity of the lights in the group.
- Parameters:
aValue
- the role value to set for theINTENSITY_LEVEL_PROPERTY
property.
-
getIntensity
Returns the value of the property that maps to theintensity
element.The exact value of the intensity of the lights in the group.
- Returns:
- the value of the
INTENSITY_PROPERTY
property.
-
setIntensity
Sets the value of the property that maps to theintensity
element.The exact value of the intensity of the lights in the group.
- Parameters:
aValue
- the value to set for theINTENSITY_PROPERTY
property.
-
getType
Returns the role value contained in the value of theTYPE_PROPERTY
property. Returnsnull
if the value of theTYPE_PROPERTY
property isnull
.The possible values for this property are the public
QName
constants defined in this class.A code indicating the type of light source.
- Returns:
- the role value of the
TYPE_PROPERTY
property. - See Also:
-
setType
Sets the value of the property that maps to thetype
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theTYPE_PROPERTY
property is set tonull
.The possible values for this property are the public
QName
constants defined in this class.A code indicating the type of light source.
- Parameters:
aValue
- the role value to set for theTYPE_PROPERTY
property.
-
getLocation
Returns the role value contained in the value of theLOCATION_PROPERTY
property. Returnsnull
if the value of theLOCATION_PROPERTY
property isnull
.Light element location.
- Returns:
- the role value of the
LOCATION_PROPERTY
property. - See Also:
-
setLocation
Sets the value of the property that maps to thelocation
element. to a new instance of the association classTLcdAIXM51Property
initialized with the given role value. In case the given role value isnull
, theLOCATION_PROPERTY
property is set tonull
.Light element location.
- Parameters:
aValue
- the role value to set for theLOCATION_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getAvailability
Gets the value of theAVAILABILITY_PROPERTY
property adapted to a list ofTLcdAIXM51LightElementStatus
instances.The operational status of the LightElement.
- Returns:
- the value of the
AVAILABILITY_PROPERTY
property adapted to a list ofTLcdAIXM51LightElementStatus
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-