it.geosolutions.geoserver.rest.encoder
Class GSLayerGroupEncoder23
java.lang.Object
it.geosolutions.geoserver.rest.encoder.utils.XmlElement
it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
it.geosolutions.geoserver.rest.encoder.GSLayerGroupEncoder
it.geosolutions.geoserver.rest.encoder.GSLayerGroupEncoder23
public class GSLayerGroupEncoder23
- extends GSLayerGroupEncoder
LayerGroup encoder for GeoServer >= 2.3
- Author:
- Davide Savazzi (geo-solutions.it)
MODE_SINGLE
public static final String MODE_SINGLE
- See Also:
- Constant Field Values
MODE_NAMED
public static final String MODE_NAMED
- See Also:
- Constant Field Values
MODE_CONTAINER
public static final String MODE_CONTAINER
- See Also:
- Constant Field Values
MODE_EO
public static final String MODE_EO
- See Also:
- Constant Field Values
GSLayerGroupEncoder23
public GSLayerGroupEncoder23()
setTitle
public void setTitle(String title)
setAbstract
public void setAbstract(String abstractTxt)
setMode
public void setMode(String mode)
setRootLayer
public void setRootLayer(String layer,
String style)
addLayer
public void addLayer(String layer,
String styleName)
- Overrides:
addLayer
in class GSLayerGroupEncoder
addLayerGroup
public void addLayerGroup(String group)
toString
public String toString()
- Overrides:
toString
in class GSLayerGroupEncoder
- Returns:
- an xml String
Copyright © 2007-2013 GeoSolutions. All Rights Reserved.