public class RESTCoverageStoreList extends RESTAbstractList<NameLinkElem>
This is the XML REST representation:
<coverageStores>
<coverageStore>
<name>sfdem</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom"
rel="alternate"
href="http://localhost:8080/geoserver/rest/workspaces/sf/coveragestores/sfdem.xml"
type="application/xml"/>
</coverageStore>
</coverageStores>
elementList| Modifier | Constructor and Description |
|---|---|
protected |
RESTCoverageStoreList(org.jdom.Element list) |
| Modifier and Type | Method and Description |
|---|---|
static RESTCoverageStoreList |
build(String response) |
createElement, get, getNames, isEmpty, iterator, sizepublic static RESTCoverageStoreList build(String response)
Copyright © 2007–2016 PDOK. All rights reserved.