Difference between revisions of "Legacy ISO Metadata Publishing"
From Gcube Wiki
(→Methods to use) |
|||
Line 1: | Line 1: | ||
− | This page aims to explain how to publish ISO metadata using legacy GIS library org.gcube.common.geoserverinterface (referred as ''GeoServerInterface'' from now on). | + | 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]]). | 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]]). |
Revision as of 14:58, 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.