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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thereferenceSystemIdentifier
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theREFERENCE_SYSTEM_IDENTIFIER_PROPERTY
property.void
Sets the value of the property that maps to thereferenceSystemIdentifier
element.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 thereferenceSystemIdentifier
element. 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_PROPERTY
property. Returnsnull
if the value of theREFERENCE_SYSTEM_IDENTIFIER_PROPERTY
property isnull
.- Returns:
- the role value of the
REFERENCE_SYSTEM_IDENTIFIER_PROPERTY
property. - See Also:
-
setReferenceSystemIdentifier
Sets the value of the property that maps to thereferenceSystemIdentifier
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theREFERENCE_SYSTEM_IDENTIFIER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theREFERENCE_SYSTEM_IDENTIFIER_PROPERTY
property.
-