public class RESTLayerGroup extends Object
This is the XML REST representation:
<layerGroup>
<name>tasmania</name>
<layers>
<layer>
<name>tasmania_state_boundaries</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/tasmania_state_boundaries.xml" type="application/xml"/>
</layer>
<layer>
<name>tasmania_water_bodies</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/tasmania_water_bodies.xml" type="application/xml"/>
</layer>
<layer>
<name>tasmania_roads</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/tasmania_roads.xml" type="application/xml"/>
</layer>
<layer>
<name>tasmania_cities</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/tasmania_cities.xml" type="application/xml"/>
</layer>
</layers>
<styles>
<style/>
<style/>
<style/>
<style/>
</styles>
<bounds>
<minx>143.83482400000003</minx>
<maxx>148.47914100000003</maxx>
<miny>-43.648056</miny>
<maxy>-39.573891</maxy>
<crs>EPSG:4326</crs>
</bounds>
<metadata>
<entry key="rawStyleList"></entry>
</metadata>
</layerGroup>
| Constructor and Description |
|---|
RESTLayerGroup(org.jdom.Element layerElem) |
| Modifier and Type | Method and Description |
|---|---|
static RESTLayerGroup |
build(String response) |
String |
getAbstract() |
protected double |
getBound(String edge) |
String |
getCRS() |
RESTLayerList |
getLayerList() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
String |
getMode() |
String |
getName() |
RESTPublishedList |
getPublishedList() |
String |
getRootLayer() |
String |
getTitle() |
String |
getWorkspace() |
public static RESTLayerGroup build(String response)
public String getName()
public String getWorkspace()
public String getMode()
public String getTitle()
public String getAbstract()
public String getRootLayer()
public RESTLayerList getLayerList()
public RESTPublishedList getPublishedList()
public String getCRS()
protected double getBound(String edge)
public double getMinX()
public double getMaxX()
public double getMinY()
public double getMaxY()
Copyright © 2007–2016 PDOK. All rights reserved.