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, setStartTimeensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringgetExtentpublic SpatialTemporalExtentImpl()
public SpatialTemporalExtentImpl(SpatialTemporalExtent source)
public SpatialTemporalExtentImpl(Date startTime, Date endTime, Collection<? extends GeographicExtent> spatialExtent)
public Collection<GeographicExtent> getSpatialExtent()
getSpatialExtent in interface SpatialTemporalExtentnull).public void setSpatialExtent(Collection<? extends GeographicExtent> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.