Package org.geotoolkit.metadata.iso.citation

Citation implementation.

See:
          Description

Class Summary
Citations A set of pre-defined constants and static methods working on citations.
DefaultAddress Location of the responsible individual or organization.
DefaultCitation Standardized resource reference.
DefaultCitationDate Reference date and event used to describe it.
DefaultContact Information required to enable contact with the responsible person and/or organization.
DefaultOnlineResource Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
DefaultResponsibleParty Identification of, and means of communication with, person(s) and organizations associated with the dataset.
DefaultSeries Information about the series, or aggregate dataset, to which a dataset belongs.
DefaultTelephone Telephone numbers for contacting the responsible individual or organization.
 

Package org.geotoolkit.metadata.iso.citation Description

Citation 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.