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 that return types with arguments of type CRSEnvelope
 HashMap<Object,CRSEnvelope> Layer.getBoundingBoxes()
          Returns every BoundingBox associated with 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 AbstractGetMapRequest.setBBox(CRSEnvelope box)
           
 void GetMapRequest.setBBox(CRSEnvelope box)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.