Package org.opengis.metadata.extent
Interface SpatialTemporalExtent
-
- All Superinterfaces:
TemporalExtent
@UML(identifier="EX_SpatialTemporalExtent", specification=ISO_19115) public interface SpatialTemporalExtent extends TemporalExtent
Extent with respect to date/time and spatial boundaries.- Since:
- 1.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends GeographicExtent>
getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent.-
Methods inherited from interface org.opengis.metadata.extent.TemporalExtent
getExtent
-
-
-
-
Method Detail
-
getSpatialExtent
@UML(identifier="spatialExtent", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<? extends GeographicExtent> getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent.- Returns:
- The list of geographic extents (never
null
).
-
-