public class Layer extends AbstractLayer
Constructor and Description |
---|
Layer(LayerGroup parent,
String name) |
Layer(LayerGroup parent,
String name,
String description,
Style style) |
Layer(LayerGroup parent,
String name,
Style style) |
Layer(String name) |
Layer(String name,
String description) |
Layer(String name,
String description,
Style style) |
Layer(String name,
Style style) |
Modifier and Type | Method and Description |
---|---|
Layer |
add(MapObject element) |
List<MapObject> |
getElements() |
void |
setElements(List<MapObject> elements) |
add, getDescription, getName, getParent, getStyle, isVisible, isVisibleTexts, setDescription, setName, setParent, setStyle, setVisible, setVisibleTexts, toString
public Layer(LayerGroup parent, String name)
public Layer(LayerGroup parent, String name, Style style)
public Layer(LayerGroup parent, String name, String description, Style style)
public List<MapObject> getElements()
public void setElements(List<MapObject> elements)