| Package | Description |
|---|---|
| com.vividsolutions.wms |
This package provides classes for interacting with a Web Map Service
(WMS) server.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Parser.boundingBoxFromNode(Node n)
Creates a new BoundingBox object based on the DOM Node given.
|
BoundingBox |
MapRequest.getBoundingBox()
Gets the BoundingBox of the image being requested.
|
BoundingBox |
MapLayer.getBoundingBox()
Gets the LatLonBoundingBox for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapRequest.setBoundingBox(BoundingBox bbox)
Sets the BoundingBox of the image being requested.
|
| Constructor and Description |
|---|
MapLayer(String name,
String title,
Collection srsList,
Collection subLayers,
BoundingBox bbox)
Creates a new instance of MapLayer
|
Copyright © 2015. All rights reserved.