| org.geotools.metadata.iso.extent.TemporalExtentImpl org.geotools.metadata.iso.extent.SpatialTemporalExtentImpl
SpatialTemporalExtentImpl | public class SpatialTemporalExtentImpl extends TemporalExtentImpl implements SpatialTemporalExtent(Code) | | Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. The last
point replicates first point.
version: $Id: SpatialTemporalExtentImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Method Summary | |
public synchronized Collection | getSpatialExtent() Returns the spatial extent component of composite
spatial and temporal extent. | public synchronized void | setSpatialExtent(Collection newValues) Set the spatial extent component of composite
spatial and temporal extent. |
SpatialTemporalExtentImpl | public SpatialTemporalExtentImpl()(Code) | | Constructs an initially empty spatial-temporal extent.
|
SpatialTemporalExtentImpl | public SpatialTemporalExtentImpl(SpatialTemporalExtent source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
SpatialTemporalExtentImpl | public SpatialTemporalExtentImpl(Date startTime, Date endTime, Collection spatialExtent)(Code) | | Creates a spatial-temporal extent initialized to the specified values.
|
getSpatialExtent | public synchronized Collection getSpatialExtent()(Code) | | Returns the spatial extent component of composite
spatial and temporal extent.
The list of geographic extents (never null ). |
setSpatialExtent | public synchronized void setSpatialExtent(Collection newValues)(Code) | | Set the spatial extent component of composite
spatial and temporal extent.
|
|
|