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

Packages that use CRSEnvelope
org.geotools.data.ows   
 

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
 Map<String,CRSEnvelope> Layer.getBoundingBoxes()
          Returns every BoundingBox associated with this layer.
 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(Map<String,CRSEnvelope> boundingBoxes)
          Sets this layer's bounding boxes.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.