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 BoundingBoxParser. boundingBoxFromNode(Node n)Creates a new BoundingBox object based on the DOM Node given.BoundingBoxMapLayer. getBoundingBox()Gets the LatLonBoundingBox for this layer.BoundingBoxMapRequest. 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 voidMapRequest. 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
-