Uses of Class
org.geotools.ows.wms.CRSEnvelope
- 
Packages that use CRSEnvelope Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wmts.model 
- 
- 
Uses of CRSEnvelope in org.geotools.ows.wmsMethods in org.geotools.ows.wms that return CRSEnvelope Modifier and Type Method Description CRSEnvelopeLayer. getLatLonBoundingBox()Returns the LatLonBoundingBox for this layer.Methods in org.geotools.ows.wms that return types with arguments of type CRSEnvelope Modifier and Type Method Description 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.ows.wms with parameters of type CRSEnvelope Modifier and Type Method Description voidLayer. setBoundingBoxes(CRSEnvelope boundingBox)voidLayer. setLatLonBoundingBox(CRSEnvelope latLonBoundingBox)Method parameters in org.geotools.ows.wms with type arguments of type CRSEnvelope Modifier and Type Method Description voidLayer. setBoundingBoxes(Map<String,CRSEnvelope> boundingBoxes)Sets this layer's bounding boxes.
- 
Uses of CRSEnvelope in org.geotools.ows.wmts.modelMethods in org.geotools.ows.wmts.model that return CRSEnvelope Modifier and Type Method Description static CRSEnvelopeWMTSCapabilities. bbox2bbox(BoundingBoxType bbox)CRSEnvelopeTileMatrixSet. getBbox()Methods in org.geotools.ows.wmts.model with parameters of type CRSEnvelope Modifier and Type Method Description voidTileMatrixSet. setBbox(CRSEnvelope bbox)
 
-