Uses of Class
com.vividsolutions.wms.BoundingBox

Packages that use BoundingBox
com.vividsolutions.wms This package provides classes for interacting with a Web Map Service (WMS) server. 
 

Uses of BoundingBox in com.vividsolutions.wms
 

Methods in com.vividsolutions.wms that return BoundingBox
 BoundingBox Parser.boundingBoxFromNode(org.w3c.dom.Node n)
          Creates a new BoundingBox object based on the DOM Node given.
 BoundingBox MapLayer.getBoundingBox()
          Gets the LatLonBoundingBox for this layer.
 BoundingBox MapRequest.getBoundingBox()
          Gets the BoundingBox of the image being requested.
 BoundingBox MapLayer.getLatLonBoundingBox()
          I think this name is better [uwe dalluege] Gets the LatLonBoundingBox for this layer.
 

Methods in com.vividsolutions.wms with parameters of type BoundingBox
 void MapRequest.setBoundingBox(BoundingBox bbox)
          Sets the BoundingBox of the image being requested.
 

Constructors in com.vividsolutions.wms with parameters of type BoundingBox
MapLayer(java.lang.String name, java.lang.String title, java.util.Collection srsList, java.util.Collection subLayers, BoundingBox bbox)
          Creates a new instance of MapLayer
MapLayer(java.lang.String name, java.lang.String title, java.util.Collection srsList, java.util.Collection subLayers, BoundingBox bbox, java.util.ArrayList boundingBoxList)
          Creates a new instance of MapLayer with boundingBoxList [uwe dalluege]