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.wms
Methods in org.geotools.ows.wms that return CRSEnvelope Modifier and Type Method Description CRSEnvelope
Layer. 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 void
Layer. setBoundingBoxes(CRSEnvelope boundingBox)
void
Layer. setLatLonBoundingBox(CRSEnvelope latLonBoundingBox)
Method parameters in org.geotools.ows.wms with type arguments of type CRSEnvelope Modifier and Type Method Description void
Layer. setBoundingBoxes(Map<String,CRSEnvelope> boundingBoxes)
Sets this layer's bounding boxes. -
Uses of CRSEnvelope in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return CRSEnvelope Modifier and Type Method Description static CRSEnvelope
WMTSCapabilities. bbox2bbox(BoundingBoxType bbox)
CRSEnvelope
TileMatrixSet. getBbox()
Methods in org.geotools.ows.wmts.model with parameters of type CRSEnvelope Modifier and Type Method Description void
TileMatrixSet. setBbox(CRSEnvelope bbox)
-