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 TLcdDataPropertyData property that maps to thegeographicIdentifierelement.Fields inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
EXTENT_TYPE_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 theGEOGRAPHIC_IDENTIFIER_PROPERTYproperty.voidSets the value of the property that maps to thegeographicIdentifierelement.Methods inherited from class com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
getExtentTypeCode, setExtentTypeCodeMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
GEOGRAPHIC_IDENTIFIER_PROPERTY
Data property that maps to thegeographicIdentifierelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Identifier>.
-
-
Constructor Details
-
TLcdISO19115GeographicDescription
public TLcdISO19115GeographicDescription() -
TLcdISO19115GeographicDescription
-
-
Method Details
-
getGeographicIdentifier
Returns the role value contained in the value of theGEOGRAPHIC_IDENTIFIER_PROPERTYproperty. Returnsnullif the value of theGEOGRAPHIC_IDENTIFIER_PROPERTYproperty isnull.- Returns:
- the role value of the
GEOGRAPHIC_IDENTIFIER_PROPERTYproperty. - See Also:
-
setGeographicIdentifier
Sets the value of the property that maps to thegeographicIdentifierelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theGEOGRAPHIC_IDENTIFIER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theGEOGRAPHIC_IDENTIFIER_PROPERTYproperty.
-