Class TLcdISO19115GeographicDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
com.luciad.format.metadata.model.extent.TLcdISO19115GeographicDescription
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Description of a geographic area through the use of a unique name established and maintained by an authority.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thegeographicIdentifier
element.Fields inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
EXTENT_TYPE_CODE_PROPERTY
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 theGEOGRAPHIC_IDENTIFIER_PROPERTY
property.void
Sets the value of the property that maps to thegeographicIdentifier
element.Methods inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
getExtentTypeCode, setExtentTypeCode
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
GEOGRAPHIC_IDENTIFIER_PROPERTY
Data property that maps to thegeographicIdentifier
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Identifier>
.
-
-
Constructor Details
-
Method Details
-
getGeographicIdentifier
Returns the role value contained in the value of theGEOGRAPHIC_IDENTIFIER_PROPERTY
property. Returnsnull
if the value of theGEOGRAPHIC_IDENTIFIER_PROPERTY
property isnull
.- Returns:
- the role value of the
GEOGRAPHIC_IDENTIFIER_PROPERTY
property. - See Also:
-
setGeographicIdentifier
Sets the value of the property that maps to thegeographicIdentifier
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theGEOGRAPHIC_IDENTIFIER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theGEOGRAPHIC_IDENTIFIER_PROPERTY
property.
-