Uses of Class
org.deegree_impl.clients.context.Layer

Packages that use Layer
org.deegree_impl.clients.context   
 

Uses of Layer in org.deegree_impl.clients.context
 

Methods in org.deegree_impl.clients.context that return Layer
private static Layer WebMapContextFactory.createLayer(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a web map context layer's attributes
 Layer LayerList.getLayer(java.lang.String name)
          returns a layer identifies by its name
 Layer[] LayerList.getLayers()
          returns all layers of the web map context
 Layer LayerList.removeLayer(java.lang.String name)
          removes a layer identified by its name from the web map context
 

Methods in org.deegree_impl.clients.context with parameters of type Layer
 void LayerList.setLayers(Layer[] layers)
          sets all layers of the web map context
 void LayerList.addLayer(Layer layer)
          adds one layer to the the web map context.
private static boolean JSPCreator2.usesSLD(Layer[] layers)
          returns true if one of the passed layers uses SLD instead of named styles
private static boolean JSPCreator.usesSLD(Layer[] layers)
          returns true if one of the passed layers uses SLD instead of named styles
 

Constructors in org.deegree_impl.clients.context with parameters of type Layer
LayerList(Layer[] layers)
          Creates a new LayerList object.