Uses of Class
org.locationtech.jts.wms.BoundingBox
-
Packages that use BoundingBox Package Description org.locationtech.jts.wms -
-
Uses of BoundingBox in org.locationtech.jts.wms
Methods in org.locationtech.jts.wms that return BoundingBox Modifier and Type Method Description BoundingBox
Parser. boundingBoxFromNode(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.Methods in org.locationtech.jts.wms with parameters of type BoundingBox Modifier and Type Method Description void
MapRequest. setBoundingBox(BoundingBox bbox)
Sets the BoundingBox of the image being requested.Constructors in org.locationtech.jts.wms with parameters of type BoundingBox Constructor Description MapLayer(String name, String title, Collection srsList, Collection subLayers, BoundingBox bbox)
Creates a new instance of MapLayer
-