org.geotools.metadata.iso.extent
Class SpatialTemporalExtentImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
TemporalExtentImpl
SpatialTemporalExtentImpl
- All Implemented Interfaces:
- Serializable, Cloneable, SpatialTemporalExtent, TemporalExtent
public class SpatialTemporalExtentImpl
- extends TemporalExtentImpl
- implements SpatialTemporalExtent
Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. The last
point replicates first point.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
- Module:
SpatialTemporalExtentImpl
public SpatialTemporalExtentImpl()
- Constructs an initially empty spatial-temporal extent.
SpatialTemporalExtentImpl
public SpatialTemporalExtentImpl(SpatialTemporalExtent source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
SpatialTemporalExtentImpl
public SpatialTemporalExtentImpl(Date startTime,
Date endTime,
Collection<? extends GeographicExtent> spatialExtent)
- Creates a spatial-temporal extent initialized to the specified values.
getSpatialExtent
public Collection<GeographicExtent> getSpatialExtent()
- Returns the spatial extent component of composite
spatial and temporal extent.
- Specified by:
getSpatialExtent
in interface SpatialTemporalExtent
- Returns:
- The list of geographic extents (never
null
).
setSpatialExtent
public void setSpatialExtent(Collection<? extends GeographicExtent> newValues)
- Set the spatial extent component of composite
spatial and temporal extent.
Copyright © 1996-2009 Geotools. All Rights Reserved.