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

Packages that use CRSEnvelope
org.geotools.data.ows package to build WPS requests. 
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
 java.util.Map<java.lang.String,CRSEnvelope> Layer.getBoundingBoxes()
          Returns every BoundingBox associated with this layer.
 java.util.List<CRSEnvelope> Layer.getLayerBoundingBoxes()
          Get the BoundingBoxes associated with this layer.
 

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

Method parameters in org.geotools.data.ows with type arguments of type CRSEnvelope
 void Layer.setBoundingBoxes(java.util.Map<java.lang.String,CRSEnvelope> boundingBoxes)
          Sets this layer's bounding boxes.
 

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 © 1996-2010 Geotools. All Rights Reserved.