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

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

Uses of CRSEnvelope in org.geotools.data.ows
 

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

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

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

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



Copyright © GeoTools. All Rights Reserved.