Uses of Class
org.geotools.data.ows.LatLonBoundingBox

Packages that use LatLonBoundingBox
org.geotools.data.ows   
org.geotools.data.wms.request   
 

Uses of LatLonBoundingBox in org.geotools.data.ows
 

Subclasses of LatLonBoundingBox in org.geotools.data.ows
 class BoundingBox
          A pair of coordinates and a reference system that represents a section of the Earth
 

Methods in org.geotools.data.ows that return LatLonBoundingBox
 LatLonBoundingBox Layer.getLatLonBoundingBox()
          Returns the LatLonBoundingBox for this layer.
 

Methods in org.geotools.data.ows with parameters of type LatLonBoundingBox
 void Layer.setLatLonBoundingBox(LatLonBoundingBox latLonBoundingBox)
           
 

Uses of LatLonBoundingBox in org.geotools.data.wms.request
 

Methods in org.geotools.data.wms.request with parameters of type LatLonBoundingBox
 void AbstractGetMapRequest.setBBox(LatLonBoundingBox box)
           
 void GetMapRequest.setBBox(LatLonBoundingBox box)
           
 



Copyright © GeoTools. All Rights Reserved.