Class TLcdISO19115SpatialTemporalExtent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115TemporalExtent
com.luciad.format.metadata.model.extent.TLcdISO19115SpatialTemporalExtent
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Extent with respect to date and time
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextent
element.static final TLcdDataProperty
Data property that maps to thespatialExtent
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_PROPERTY
property.Gets the value of theSPATIAL_EXTENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances.void
Sets the value of the property that maps to theextent
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPATIAL_EXTENT_PROPERTY
Data property that maps to thespatialExtent
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115GeographicExtent>>
. -
EXTENT_PROPERTY
Data property that maps to theextent
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32AbstractTimePrimitive>
.
-
-
Constructor Details
-
TLcdISO19115SpatialTemporalExtent
public TLcdISO19115SpatialTemporalExtent() -
TLcdISO19115SpatialTemporalExtent
-
-
Method Details
-
getSpatialExtent
Gets the value of theSPATIAL_EXTENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances.- Returns:
- the value of the
SPATIAL_EXTENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances. - See Also:
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to theextent
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theEXTENT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-