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