public class RESTCoverageStore extends Object
This is the XML document returned by GeoServer when requesting a CoverageStore:
<coverageStore>
<name>testRESTStoreGeotiff</name>
<type>GeoTIFF</type>
<enabled>true</enabled>
<workspace>
<name>it.geosolutions</name>
<href>http://localhost:8080/geoserver/rest/workspaces/it.geosolutions.xml</href>
</workspace>
<url>file:/home/geosolutions/prj/git/gman/target/test-classes/testdata/resttestdem.tif</url>
<coverages>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate"
href="http://localhost:8080/geoserver/rest/workspaces/it.geosolutions/coveragestores/testRESTStoreGeotiff/external/coverages.xml"
type="application/xml"/>
</coverages>
</coverageStore>
Note: the whole XML fragment is stored in memory. At the moment, there are
methods to retrieve only the more useful data.| Constructor and Description |
|---|
RESTCoverageStore(org.jdom.Element cs) |
Copyright © 2007–2016 PDOK. All rights reserved.