Package org.geotools.api.metadata.extent
Extent information. The following is adapted from
OpenGIS® Metadata (Topic 11)
specification.
The datatype in this package is an aggregate of the metadata elements that describe the spatial and temporal extent of the referring entity. The extent entity contains information about the geographic, temporal and the vertical extent of the referring entity.
The geographic extent can be subclassed as geographic bounding box.
- Since:
- GeoAPI 1.0
-
Interface Summary Interface Description Extent Information about spatial, vertical, and temporal extent.GeographicBoundingBox Geographic position of the dataset.GeographicExtent Base interface for geographic area of the dataset.TemporalExtent Time period covered by the content of the dataset.VerticalExtent Vertical domain of dataset.