Class TLcdISO19115ReferenceSystemIdentifier
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
com.luciad.format.metadata.model.referencesystem.TLcdISO19115ReferenceSystemIdentifier
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecodeSpace
element.static final TLcdDataProperty
Data property that maps to theversion
element.Fields inherited from class com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
AUTHORITY_PROPERTY, CODE_PROPERTY
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 theCODE_SPACE_PROPERTY
property.Returns the role value contained in the value of theVERSION_PROPERTY
property.void
setCodeSpace
(String aValue) Sets the value of the property that maps to thecodeSpace
element.void
setVersion
(String aValue) Sets the value of the property that maps to theversion
element.Methods inherited from class com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
getAuthority, getCode, setAuthority, setCode
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpace
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
VERSION_PROPERTY
Data property that maps to theversion
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
.
-
-
Constructor Details
-
TLcdISO19115ReferenceSystemIdentifier
public TLcdISO19115ReferenceSystemIdentifier() -
TLcdISO19115ReferenceSystemIdentifier
-
-
Method Details
-
getCodeSpace
Returns the role value contained in the value of theCODE_SPACE_PROPERTY
property. Returnsnull
if the value of theCODE_SPACE_PROPERTY
property isnull
.- Returns:
- the role value of the
CODE_SPACE_PROPERTY
property. - See Also:
-
setCodeSpace
Sets the value of the property that maps to thecodeSpace
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCODE_SPACE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCODE_SPACE_PROPERTY
property.
-
getVersion
Returns the role value contained in the value of theVERSION_PROPERTY
property. Returnsnull
if the value of theVERSION_PROPERTY
property isnull
.- Returns:
- the role value of the
VERSION_PROPERTY
property. - See Also:
-
setVersion
Sets the value of the property that maps to theversion
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theVERSION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theVERSION_PROPERTY
property.
-