public class GroupRest extends Object implements Serializable
| Constructor and Description |
|---|
GroupRest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLayer(String layer) |
void |
addStyle(String layer,
String style) |
BoundsRest |
getBounds() |
ArrayList<String> |
getLayers() |
String |
getName() |
String |
getStyle(String layer) |
Collection<String> |
getStyles() |
void |
setBounds(BoundsRest bounds) |
void |
setLayers(ArrayList<String> layers) |
void |
setName(String name) |
void |
setStyles(Map<String,String> styles) |
public String getName()
public void setName(String name)
name - public Collection<String> getStyles()
public BoundsRest getBounds()
public void setBounds(BoundsRest bounds)
bounds - public void addLayer(String layer)
Copyright © 2014. All Rights Reserved.