Class TLcdAIXM51Note
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.TLcdAIXM51Note
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A general text note for a feature or for one of its properties.
- 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 thepropertyName
element.static final TLcdDataProperty
Data property that maps to thepurpose
element.static final TLcdDataProperty
Data property that maps to thetranslatedNote
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.Returns the role value contained in the value of thePROPERTY_NAME_PROPERTY
property.Returns the role value contained in the value of thePURPOSE_PROPERTY
property.Gets the value of theTRANSLATED_NOTE_PROPERTY
property adapted to a list ofTLcdAIXM51LinguisticNote
instances.void
setPropertyName
(String aValue) Sets the value of the property that maps to thepropertyName
element.void
setPurpose
(TLcdAIXM51CodeNotePurpose aValue) Sets the value of the property that maps to thepurpose
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
PROPERTY_NAME_PROPERTY
Data property that maps to thepropertyName
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
PURPOSE_PROPERTY
Data property that maps to thepurpose
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeNotePurpose>
. -
TRANSLATED_NOTE_PROPERTY
Data property that maps to thetranslatedNote
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51LinguisticNote>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51Note
public TLcdAIXM51Note() -
TLcdAIXM51Note
-
-
Method Details
-
getPropertyName
Returns the role value contained in the value of thePROPERTY_NAME_PROPERTY
property. Returnsnull
if the value of thePROPERTY_NAME_PROPERTY
property isnull
.The name of the feature property for which this note is relevant, if applicable. If no propertyName is specified, then the Note is relevant for the feature as a whole.
- Returns:
- the role value of the
PROPERTY_NAME_PROPERTY
property. - See Also:
-
setPropertyName
Sets the value of the property that maps to thepropertyName
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, thePROPERTY_NAME_PROPERTY
property is set tonull
.The name of the feature property for which this note is relevant, if applicable. If no propertyName is specified, then the Note is relevant for the feature as a whole.
- Parameters:
aValue
- the role value to set for thePROPERTY_NAME_PROPERTY
property.
-
getPurpose
Returns the role value contained in the value of thePURPOSE_PROPERTY
property. Returnsnull
if the value of thePURPOSE_PROPERTY
property isnull
.An indication of the goal which led to the provision of the free text note.
- Returns:
- the role value of the
PURPOSE_PROPERTY
property. - See Also:
-
setPurpose
Sets the value of the property that maps to thepurpose
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, thePURPOSE_PROPERTY
property is set tonull
.An indication of the goal which led to the provision of the free text note.
- Parameters:
aValue
- the role value to set for thePURPOSE_PROPERTY
property.
-
getTranslatedNote
Gets the value of theTRANSLATED_NOTE_PROPERTY
property adapted to a list ofTLcdAIXM51LinguisticNote
instances.The Note written linguistically.
- Returns:
- the value of the
TRANSLATED_NOTE_PROPERTY
property adapted to a list ofTLcdAIXM51LinguisticNote
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:
-