| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench.ui.plugin.wms | |
| com.vividsolutions.wms |
This package provides classes for interacting with a Web Map Service
(WMS) server.
|
| Modifier and Type | Method and Description |
|---|---|
MapLayer |
MapLayerTreeModel.LayerNode.getLayer() |
| Constructor and Description |
|---|
MapLayerTreeModel.LayerNode(MapLayer layer,
MapLayerTreeModel mapLayerTreeModel) |
MapLayerTreeModel(MapLayer topLayer) |
| Modifier and Type | Method and Description |
|---|---|
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(Node layerNode)
Traverses the DOM tree underneath the specified Node and generates
a corresponding WMSLayer object tree.
|
| Constructor and Description |
|---|
Capabilities(WMService service,
String title,
MapLayer topLayer,
Collection mapFormats)
Creates a new WMS Capabilities object.
|
Copyright © 2015. All rights reserved.