|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractIdentification | Basic information required to uniquely identify a resource or resources. |
| DefaultAggregateInformation | Aggregate dataset information. |
| DefaultBrowseGraphic | Graphic that provides an illustration of the dataset (should include a legend for the graphic). |
| DefaultDataIdentification | Information required to identify a dataset. |
| DefaultKeywords | Keywords, their type and reference source. |
| DefaultRepresentativeFraction | A scale where denominator = 1 / scale. |
| DefaultResolution | Level of detail expressed as a scale factor or a ground distance. |
| DefaultServiceIdentification | Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour. |
| DefaultUsage | Brief description of ways in which the resource(s) is/are currently used. |
Identification 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).
| metadata/geotk-metadata (download) |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||