|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| DefaultDataFile | Description of a transfer data file. |
| DefaultDigitalTransferOptions | Technical means and media by which a resource is obtained from the distributor. |
| DefaultDistribution | Information about the distributor of and options for obtaining the resource. |
| DefaultDistributor | Information about the distributor. |
| DefaultFormat | Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel. |
| DefaultMedium | Information about the media on which the resource can be distributed. |
| DefaultStandardOrderProcess | Common ways in which the resource may be obtained or received, and related instructions and fee information. |
Distribution 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 | |||||||||