Difference between revisions of "Legacy ISO Metadata Publishing"

From Gcube Wiki
Jump to: navigation, search
(Maven Dependency)
(Methods to use)
Line 13: Line 13:
 
ISO Metadata facilities are released from version 1.10.2.
 
ISO Metadata facilities are released from version 1.10.2.
  
=Methods to use=
+
=Code Adaptation=
 +
Introduced enhancements have been designed in order to make code adaptation as straightforward as possible from developers view.
 +
 
 
=Metadata generation=
 
=Metadata generation=
 
=Extending default behaviour=
 
=Extending default behaviour=

Revision as of 15:51, 16 July 2013

This page aims to explain how to publish ISO metadata using legacy GIS library org.gcube.common.geoserverinterface (referred as GeoServerInterface from now on).

Since various components still rely on GeoServerInterface to publish geo-referenced data, the library has been enhanced to facilitate publication of ISO Metadata correctly filled (see GCube Object Metadata).

Maven Dependency

The GeoServerInterface library is released as a maven artifact with the following coordinates

<groupId>org.gcube.common</groupId>
<artifactId>geoserverinterface</artifactId>

ISO Metadata facilities are released from version 1.10.2.

Code Adaptation

Introduced enhancements have been designed in order to make code adaptation as straightforward as possible from developers view.

Metadata generation

Extending default behaviour