Class TLcdISO19115GeographicExtent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115BoundingPolygon,TLcdISO19115GeographicBoundingBox,TLcdISO19115GeographicDescription
Geographic area of the dataset
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theextentTypeCodeelement.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 theEXTENT_TYPE_CODE_PROPERTYproperty.voidsetExtentTypeCode(Boolean aValue) Sets the value of the property that maps to theextentTypeCodeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
EXTENT_TYPE_CODE_PROPERTY
Data property that maps to theextentTypeCodeelement. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>.
-
-
Constructor Details
-
TLcdISO19115GeographicExtent
public TLcdISO19115GeographicExtent() -
TLcdISO19115GeographicExtent
-
-
Method Details
-
getExtentTypeCode
Returns the role value contained in the value of theEXTENT_TYPE_CODE_PROPERTYproperty. Returnsnullif the value of theEXTENT_TYPE_CODE_PROPERTYproperty isnull.- Returns:
- the role value of the
EXTENT_TYPE_CODE_PROPERTYproperty. - See Also:
-
setExtentTypeCode
Sets the value of the property that maps to theextentTypeCodeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theEXTENT_TYPE_CODE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theEXTENT_TYPE_CODE_PROPERTYproperty.
-