- 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> The spatial extent components of composite spatial and temporal extent.default VerticalExtent
The vertical extent component.Methods inherited from interface org.opengis.metadata.extent.TemporalExtent
getExtent
-
Method Details
-
getSpatialExtent
@UML(identifier="spatialExtent", obligation=MANDATORY, specification=ISO_19115) Collection<? extends GeographicExtent> getSpatialExtent()The spatial extent components of composite spatial and temporal extent.- Returns:
- the list of geographic extents (never
null
).
-
getVerticalExtent
@UML(identifier="verticalExtent", obligation=OPTIONAL, specification=ISO_19115) default VerticalExtent getVerticalExtent()The vertical extent component.- Returns:
- vertical extent component, or
null
if none. - Since:
- 3.1
-