public class SpatialTemporalExtentImpl extends TemporalExtentImpl implements SpatialTemporalExtent
LOGGER
Constructor and Description |
---|
SpatialTemporalExtentImpl()
Constructs an initially empty spatial-temporal extent.
|
SpatialTemporalExtentImpl(Date startTime,
Date endTime,
Collection<? extends GeographicExtent> spatialExtent)
Creates a spatial-temporal extent initialized to the specified values.
|
SpatialTemporalExtentImpl(SpatialTemporalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeographicExtent> |
getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent.
|
void |
setSpatialExtent(Collection<? extends GeographicExtent> newValues)
Set the spatial extent component of composite spatial and temporal extent.
|
getEndTime, getExtent, getStartTime, setEndTime, setExtent, setStartTime
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
getExtent
public SpatialTemporalExtentImpl()
public SpatialTemporalExtentImpl(SpatialTemporalExtent source)
public SpatialTemporalExtentImpl(Date startTime, Date endTime, Collection<? extends GeographicExtent> spatialExtent)
public Collection<GeographicExtent> getSpatialExtent()
getSpatialExtent
in interface SpatialTemporalExtent
null
).public void setSpatialExtent(Collection<? extends GeographicExtent> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.