Class TLcdAIXM51LinguisticNote
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.notes.TLcdAIXM51LinguisticNote
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The note content expressed in a specific language. As a minimum, all Notes shall be expressed in English.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thenote
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 theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.getNote()
Returns the value of the property that maps to thenote
element.void
setNote
(TLcdAIXM51TextNote aValue) Sets the value of the property that maps to thenote
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
NOTE_PROPERTY
Data property that maps to thenote
element. The possible values for this property are instances ofTLcdAIXM51TextNote
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51LinguisticNote
public TLcdAIXM51LinguisticNote() -
TLcdAIXM51LinguisticNote
-
-
Method Details
-
getNote
Returns the value of the property that maps to thenote
element.The text of the Note, in a specific language.
- Returns:
- the value of the
NOTE_PROPERTY
property.
-
setNote
Sets the value of the property that maps to thenote
element.The text of the Note, in a specific language.
- Parameters:
aValue
- the value to set for theNOTE_PROPERTY
property.
-
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:
-