Class TLcdISO19115ReferenceSystem
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.referencesystem.TLcdISO19115ReferenceSystem
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Information about the reference system.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thereferenceSystemIdentifierelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theREFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty.voidSets the value of the property that maps to thereferenceSystemIdentifierelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
REFERENCE_SYSTEM_IDENTIFIER_PROPERTY
Data property that maps to thereferenceSystemIdentifierelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115ReferenceSystemIdentifier>.
-
-
Constructor Details
-
TLcdISO19115ReferenceSystem
public TLcdISO19115ReferenceSystem() -
TLcdISO19115ReferenceSystem
-
-
Method Details
-
getReferenceSystemIdentifier
Returns the role value contained in the value of theREFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty. Returnsnullif the value of theREFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty isnull.- Returns:
- the role value of the
REFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty. - See Also:
-
setReferenceSystemIdentifier
Sets the value of the property that maps to thereferenceSystemIdentifierelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theREFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theREFERENCE_SYSTEM_IDENTIFIER_PROPERTYproperty.
-