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