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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thenoteelement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.getNote()Returns the value of the property that maps to thenoteelement.voidsetNote(TLcdAIXM51TextNote aValue) Sets the value of the property that maps to thenoteelement.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 thenoteelement. The possible values for this property are instances ofTLcdAIXM51TextNote. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. 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 thenoteelement.The text of the Note, in a specific language.
- Returns:
- the value of the
NOTE_PROPERTYproperty.
-
setNote
Sets the value of the property that maps to thenoteelement.The text of the Note, in a specific language.
- Parameters:
aValue- the value to set for theNOTE_PROPERTYproperty.
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-