Uses of Class
com.vividsolutions.wms.MapLayer

Packages that use MapLayer
com.vividsolutions.jump.workbench.ui.plugin.wms   
com.vividsolutions.wms This package provides classes for interacting with a Web Map Service (WMS) server. 
 

Uses of MapLayer in com.vividsolutions.jump.workbench.ui.plugin.wms
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.wms that return MapLayer
 MapLayer MapLayerTreeModel.LayerNode.getLayer()
           
 

Constructors in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type MapLayer
MapLayerTreeModel.LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
           
MapLayerTreeModel(MapLayer topLayer)
           
 

Uses of MapLayer in com.vividsolutions.wms
 

Methods in com.vividsolutions.wms that return MapLayer
 MapLayer MapLayer.getParent()
          Gets the parent MapLayer of this MapLayer.
 MapLayer MapLayer.getSubLayer(int n)
          Returns the sub-layer at the specified index.
 MapLayer Capabilities.getTopLayer()
          Gets the top layer for these Capabilities.
 MapLayer Parser.wmsLayerFromNode(org.w3c.dom.Node layerNode)
          Traverses the DOM tree underneath the specified Node and generates a corresponding WMSLayer object tree.
 

Constructors in com.vividsolutions.wms with parameters of type MapLayer
Capabilities(WMService service, java.lang.String title, MapLayer topLayer, java.util.Collection mapFormats)
          Creates a new WMS Capabilities object.
Capabilities(WMService service, java.lang.String title, MapLayer topLayer, java.util.Collection mapFormats, java.lang.String getMapURL, java.lang.String getFeatureInfoURL)