Difference between revisions of "Legacy ISO Metadata Publishing"
From Gcube Wiki
(Created page with '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 variou…') |
(→Maven Dependency) |
||
Line 4: | Line 4: | ||
=Maven Dependency= | =Maven Dependency= | ||
+ | The ''GeoServerInterface'' library is released as a maven artifact with the following coordinates | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <groupId>org.gcube.common</groupId> | ||
+ | <artifactId>geoserverinterface</artifactId> | ||
+ | </source> | ||
+ | |||
+ | ISO Metadata facilities are released from version 1.10.2. | ||
+ | |||
=Methods to use= | =Methods to use= | ||
=Metadata generation= | =Metadata generation= | ||
=Extending default behaviour= | =Extending default behaviour= |
Revision as of 14:46, 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.