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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextentTypeCode
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_TYPE_CODE_PROPERTY
property.void
setExtentTypeCode
(Boolean aValue) Sets the value of the property that maps to theextentTypeCode
element.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 theextentTypeCode
element. 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_PROPERTY
property. Returnsnull
if the value of theEXTENT_TYPE_CODE_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTENT_TYPE_CODE_PROPERTY
property. - See Also:
-
setExtentTypeCode
Sets the value of the property that maps to theextentTypeCode
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theEXTENT_TYPE_CODE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTENT_TYPE_CODE_PROPERTY
property.
-