Package org.geotoolkit.metadata.iso.lineage

Lineage implementation.

See:
          Description

Class Summary
DefaultAlgorithm Details of the methodology by which geographic information was derived from the instrument readings.
DefaultLineage Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.
DefaultNominalResolution Distance between consistent parts of (centre, left side, right side) adjacent pixels.
DefaultProcessing Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.
DefaultProcessStep Description of the event, including related parameters or tolerances.
DefaultProcessStepReport Report of what occurred during the process step.
DefaultSource Information about the source data used in creating the data specified by the scope.
 

Package org.geotoolkit.metadata.iso.lineage Description

Lineage 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)
Module:
metadata/geotk-metadata (download)


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