[geotk] [JIRA] Created: (GEOTK-52) View ISO 19115-2 metadata in an
IIOMetadata structure
Martin Desruisseaux (JIRA)
jira at geomatys.com
Wed Oct 21 14:40:01 EDT 2009
View ISO 19115-2 metadata in an IIOMetadata structure
-----------------------------------------------------
Key: GEOTK-52
URL: http://jira.geotoolkit.org/browse/GEOTK-52
Project: Geotoolkit
Issue Type: Sub-task
Components: Coverage
Affects Versions: 3.04, 3.05
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 3.05
Most of the metadata required for Coverage I/O needs are described in the ISO 19115-2 specification. The ISO 19129 specification is a useful complement which help us to organize the large amount of informations defined in ISO 19115, for the specific needs of gridded imagery.
We need to provide a [SpatialMetadataFormat|http://www.geotoolkit.org/apidocs/org/geotoolkit/image/io/metadata/SpatialMetadataFormat.html] class which, given an arbitrary metadata class (typically [Metadata|http://www.geotoolkit.org/apidocs/org/geotoolkit/metadata/iso/DefaultMetadata.html] for _stream_ metadata, or [ImageDescription|http://www.geotoolkit.org/apidocs/org/geotoolkit/metadata/iso/content/DefaultImageDescription.html] for _image_ metadata), creates the tree structure, eventually with some modifications (e.g. some verbose nodes to exclude).
Similary we need a class (maybe the same {{SpatialMetadataFormat}} class than above) which, given a metadata instance, fill the values in the tree nodes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Geotoolkit
mailing list