deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.portal.context.Layer

Packages that use Layer
org.deegree.portal.context   
org.deegree.portal.portlet.modules.map.actions.portlets   
 

Uses of Layer in org.deegree.portal.context
 

Methods in org.deegree.portal.context that return Layer
 Layer MMLayer.getLayer()
           
 Layer LayerList.getLayer(String name)
          Deprecated. use
 Layer LayerList.getLayer(String name, String serverAddress)
          returns a layer identifies by its name and service address
 Layer[] LayerList.getLayers()
          returns all layers of the web map context
 Layer[] LayerList.getLayersByNodeId(int id)
           
 Layer LayerList.removeLayer(String name)
          Deprecated. use #removeLayer(String, String) instead
 Layer LayerList.removeLayer(String name, String serverAddress)
          removes a layer identified by its name from the web map context
 

Methods in org.deegree.portal.context with parameters of type Layer
 ViewContext DefaultMapModelAccess.addLayer(int index, Layer layer)
           
 ViewContext MapModelAccess.addLayer(int index, Layer layer)
          adds a layer to the defined index position of the layer list of a ViewContext.
 void LayerList.addLayer(Layer layer)
          adds one layer to the the web map context.
 ViewContext DefaultMapModelAccess.addLayer(Layer layer)
           
 ViewContext MapModelAccess.addLayer(Layer layer)
          adds a layer to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayers(Layer[] layers)
           
 ViewContext MapModelAccess.addLayers(Layer[] layers)
          adds a number of layers to the end of the layer list of a ViewContext.
 void LayerList.addLayerToTop(Layer layer)
          adds one layer to the top of the web map context.
protected static void XMLFactory.appendLayer(Node toNode, Layer layer)
          Appends the XML representation of a Layer to a Node using the namespace.
 void LayerList.move(Layer layer, boolean up)
          moves a layer within the layer list up or down
 void LayerList.move(Layer layer, Layer beforeLayer)
          moves a layer within the layer list before the beforeLayer
(package private)  void MMLayer.setLayer(Layer layer)
           
 void LayerList.setLayers(Layer[] layers)
          sets all layers of the web map context
 ViewContext DefaultMapModelAccess.setLayers(Layer[] layers)
           
 ViewContext MapModelAccess.setLayers(Layer[] layers)
          sets the layers to a ViewContext.
 

Constructors in org.deegree.portal.context with parameters of type Layer
LayerList(Layer[] layers)
          Creates a new LayerList object.
MMLayer(String identifier, LayerGroup parent, MapModel owner, Layer layer)
           
 

Uses of Layer in org.deegree.portal.portlet.modules.map.actions.portlets
 

Method parameters in org.deegree.portal.portlet.modules.map.actions.portlets with type arguments of type Layer
protected  String FeatureInfoPortletPerform.perform(List<Layer> layerList, ViewContext vc)
          distributes the performance of the feature info requests depending on the requested service to a specialized method
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org