|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.LayerList
Field Summary | |
private java.util.HashMap |
layers
|
private java.util.List |
list
|
Constructor Summary | |
LayerList(Layer[] layers)
Creates a new LayerList object. |
Method Summary | |
void |
addLayer(Layer layer)
adds one layer to the the web map context. |
void |
clear()
removes all layers from the web map context |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
Layer |
getLayer(java.lang.String name)
returns a layer identifies by its name |
Layer[] |
getLayers()
returns all layers of the web map context |
Layer |
removeLayer(java.lang.String name)
removes a layer identified by its name from the web map context |
void |
setLayers(Layer[] layers)
sets all layers of the web map context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.HashMap layers
private java.util.List list
Constructor Detail |
public LayerList(Layer[] layers)
layers
- Method Detail |
public Layer getLayer(java.lang.String name)
name
- name ofthe layer
public Layer[] getLayers()
public void setLayers(Layer[] layers)
layers
- public void addLayer(Layer layer)
layer
- public Layer removeLayer(java.lang.String name)
name
- name of the layer to be removed
public void clear()
public java.lang.String exportAsXML()
Marshallable
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |