- 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
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends GeographicExtent>
Returns the spatial extent component of composite spatial and temporal extent.Methods inherited from interface TemporalExtent
getExtent
-
Method Details
-
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
).
-