org.opengis.metadata.extent
Interface SpatialTemporalExtent
- All Superinterfaces:
- TemporalExtent
- All Known Implementing Classes:
- SpatialTemporalExtentImpl
@UML(identifier="EX_SpatialTemporalExtent",
specification=ISO_19115)
public interface SpatialTemporalExtent
- extends TemporalExtent
Extent with respect to date/time and spatial boundaries.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
getSpatialExtent
@UML(identifier="spatialExtent",
obligation=MANDATORY,
specification=ISO_19115)
Collection<? extends GeographicExtent> getSpatialExtent()
- Returns the spatial extent component of composite
spatial and temporal extent.
- Returns:
- The list of geographic extents (never
null
).
Copyright © 1996-2014 Geotools. All Rights Reserved.