Uses of Class
org.geotools.ows.wms.CRSEnvelope
Packages that use CRSEnvelope
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of CRSEnvelope in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return CRSEnvelopeModifier and TypeMethodDescriptionLayer.getLatLonBoundingBox()
Returns the LatLonBoundingBox for this layer.Methods in org.geotools.ows.wms that return types with arguments of type CRSEnvelopeModifier and TypeMethodDescriptionLayer.getBoundingBoxes()
Returns every BoundingBox associated with this layer.Layer.getLayerBoundingBoxes()
Get the BoundingBoxes associated with this layer.Methods in org.geotools.ows.wms with parameters of type CRSEnvelopeModifier and TypeMethodDescriptionvoid
Layer.setBoundingBoxes
(CRSEnvelope boundingBox) void
Layer.setLatLonBoundingBox
(CRSEnvelope latLonBoundingBox) Method parameters in org.geotools.ows.wms with type arguments of type CRSEnvelopeModifier and TypeMethodDescriptionvoid
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 CRSEnvelopeModifier and TypeMethodDescriptionstatic CRSEnvelope
WMTSCapabilities.bbox2bbox
(BoundingBoxType bbox) TileMatrixSet.getBbox()
Methods in org.geotools.ows.wmts.model with parameters of type CRSEnvelope