Class TLcdAIXM51MarkingElement
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.airportheliport.markings.TLcdAIXM51MarkingElement
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A symbol displayed on an aerodrome or heliport surface.
- 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 thecolour
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.static final TLcdDataProperty
Data property that maps to thestyle
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.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 the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.getStyle()
Returns the role value contained in the value of theSTYLE_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 the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.void
setStyle
(TLcdAIXM51CodeMarkingStyle aValue) Sets the value of the property that maps to thestyle
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>
. -
STYLE_PROPERTY
Data property that maps to thestyle
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMarkingStyle>
. -
EXTENT_PROPERTY
Data property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements. The possible values for this property are instances of -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51MarkingElement
public TLcdAIXM51MarkingElement() -
TLcdAIXM51MarkingElement
-
-
Method Details
-
getColour
Returns the role value contained in the value of theCOLOUR_PROPERTY
property. Returnsnull
if the value of theCOLOUR_PROPERTY
property isnull
.The colour of the marking.
- 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
.The colour of the marking.
- Parameters:
aValue
- the role value to set for theCOLOUR_PROPERTY
property.
-
getStyle
Returns the role value contained in the value of theSTYLE_PROPERTY
property. Returnsnull
if the value of theSTYLE_PROPERTY
property isnull
.The style of the marking line, such as continuous, dotted, etc.
- Returns:
- the role value of the
STYLE_PROPERTY
property. - See Also:
-
setStyle
Sets the value of the property that maps to thestyle
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theSTYLE_PROPERTY
property is set tonull
.The style of the marking line, such as continuous, dotted, etc.
- Parameters:
aValue
- the role value to set for theSTYLE_PROPERTY
property.
-
getExtent
Returns the value of the property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.The possible values for this property are instances of
- Returns:
- the value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to the choice between theextent_surfaceExtent
andextent_curveExtent
andextent_location
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theEXTENT_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:
-
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:
-