Class TLcdISO19115Identifier
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115ReferenceSystemIdentifier
Value uniquely identifying an object within a namespace
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theauthority
element.static final TLcdDataProperty
Data property that maps to thecode
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theAUTHORITY_PROPERTY
property.getCode()
Returns the role value contained in the value of theCODE_PROPERTY
property.void
setAuthority
(TLcdISO19115Citation aValue) Sets the value of the property that maps to theauthority
element.void
Sets the value of the property that maps to thecode
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
AUTHORITY_PROPERTY
Data property that maps to theauthority
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>
. -
CODE_PROPERTY
Data property that maps to thecode
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
.
-
-
Constructor Details
-
TLcdISO19115Identifier
public TLcdISO19115Identifier() -
TLcdISO19115Identifier
-
-
Method Details
-
getAuthority
Returns the role value contained in the value of theAUTHORITY_PROPERTY
property. Returnsnull
if the value of theAUTHORITY_PROPERTY
property isnull
.- Returns:
- the role value of the
AUTHORITY_PROPERTY
property. - See Also:
-
setAuthority
Sets the value of the property that maps to theauthority
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theAUTHORITY_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theAUTHORITY_PROPERTY
property.
-
getCode
Returns the role value contained in the value of theCODE_PROPERTY
property. Returnsnull
if the value of theCODE_PROPERTY
property isnull
.- Returns:
- the role value of the
CODE_PROPERTY
property. - See Also:
-
setCode
Sets the value of the property that maps to thecode
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCODE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCODE_PROPERTY
property.
-