Package org.geotoolkit.metadata.iso.extent

Extent implementation.

See:
          Description

Class Summary
AbstractGeographicExtent Base class for geographic area of the dataset.
DefaultBoundingPolygon Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
DefaultExtent Information about spatial, vertical, and temporal extent.
DefaultGeographicBoundingBox Geographic position of the dataset.
DefaultGeographicDescription Description of the geographic area using identifiers.
DefaultSpatialTemporalExtent Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
DefaultTemporalExtent Time period covered by the content of the dataset.
DefaultVerticalExtent Vertical domain of dataset.
 

Package org.geotoolkit.metadata.iso.extent Description

Extent implementation. An explanation for this package is provided in the OpenGIS® javadoc. The remaining discussion on this page is specific to the Geotk implementation.


Overview
For a global overview of metadata in Geotk, see the Metadata page on the project web site.


Parameterized types
In GeoAPI interfaces, most collections are typed with wildcards, for example Collection<? extends Citation>. The Geotk implementation removes the wildcards and declares Collection<Citation> instead. This allows collections to be live. Consequently it is possible to add new elements directly in an existing collection using code like getCitations().add(myCitation) instead than setting the collection as a whole with setCitations(myCitations).

Since:
2.1
Version:
3.18
Author:
Martin Desruisseaux (IRD, Geomatys), Touraïvane (IRD), Cédric Briançon (Geomatys), Guilhem Legal (Geomatys)
Module:
metadata/geotk-metadata (download)


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.