Difference between revisions of "GIS Interface"
From Gcube Wiki
Line 2: | Line 2: | ||
The library is designed to rely on GeoNetwork and GeoServer registered in the infrastructure. | The library is designed to rely on GeoNetwork and GeoServer registered in the infrastructure. | ||
− | The library relies on ''org.gcube.spatial-data.geonetwork'' (see [[GeoNetwork | + | The library relies on ''org.gcube.spatial-data.geonetwork'' (see [[GeoNetwork library]]) to interact with geonetwork. |
Interaction with GeoServer REST interface is based on functionalities exposed by [https://github.com/geosolutions-it/geoserver-manager/wiki geoserver-manager], developed by [http://www.geo-solutions.it/ GeoSolutions] under [http://en.wikipedia.org/wiki/MIT_License MIT License]. | Interaction with GeoServer REST interface is based on functionalities exposed by [https://github.com/geosolutions-it/geoserver-manager/wiki geoserver-manager], developed by [http://www.geo-solutions.it/ GeoSolutions] under [http://en.wikipedia.org/wiki/MIT_License MIT License]. | ||
Revision as of 17:16, 23 May 2013
The GIS-Interface is a java library which exposes methods to access / modify spatial data and related metadata. The library is designed to rely on GeoNetwork and GeoServer registered in the infrastructure.
The library relies on org.gcube.spatial-data.geonetwork (see GeoNetwork library) to interact with geonetwork. Interaction with GeoServer REST interface is based on functionalities exposed by geoserver-manager, developed by GeoSolutions under MIT License.
The library
The library is a maven artifact with the following coordinates :
<groupId>org.gcube.spatial.data</groupId> <artifactId>gis-interface</artifactId>