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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecodeSpaceelement.static final TLcdDataPropertyData property that maps to theversionelement.Fields inherited from class com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
AUTHORITY_PROPERTY, CODE_PROPERTYFields 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 theCODE_SPACE_PROPERTYproperty.Returns the role value contained in the value of theVERSION_PROPERTYproperty.voidsetCodeSpace(String aValue) Sets the value of the property that maps to thecodeSpaceelement.voidsetVersion(String aValue) Sets the value of the property that maps to theversionelement.Methods inherited from class com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
getAuthority, getCode, setAuthority, setCodeMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpaceelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
VERSION_PROPERTY
Data property that maps to theversionelement. 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_PROPERTYproperty. Returnsnullif the value of theCODE_SPACE_PROPERTYproperty isnull.- Returns:
- the role value of the
CODE_SPACE_PROPERTYproperty. - See Also:
-
setCodeSpace
Sets the value of the property that maps to thecodeSpaceelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCODE_SPACE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCODE_SPACE_PROPERTYproperty.
-
getVersion
Returns the role value contained in the value of theVERSION_PROPERTYproperty. Returnsnullif the value of theVERSION_PROPERTYproperty isnull.- Returns:
- the role value of the
VERSION_PROPERTYproperty. - See Also:
-
setVersion
Sets the value of the property that maps to theversionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theVERSION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theVERSION_PROPERTYproperty.
-