org.geotools.metadata.iso.extent |
package org.geotools.metadata.iso.extent
{@linkplain org.geotools.metadata.iso.extent.ExtentImpl Extent} implementation. An explanation
for this package is provided in the {@linkplain org.opengis.metadata.extent OpenGIS® javadoc}.
The remaining discussion on this page is specific to the Geotools implementation.
|
Java Source File Name | Type | Comment |
BoundingPolygonImpl.java | Class | Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. |
ExtentImpl.java | Class | Information about spatial, vertical, and temporal extent. |
GeographicBoundingBoxImpl.java | Class | Geographic position of the dataset. |
GeographicDescriptionImpl.java | Class | Description of the geographic area using identifiers. |
GeographicExtentImpl.java | Class | Base class for geographic area of the dataset. |
SpatialTemporalExtentImpl.java | Class | Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. |
TemporalExtentImpl.java | Class | Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. |
VerticalExtentImpl.java | Class | Vertical domain of dataset. |