| Package | Description |
|---|---|
| org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
| org.geotools.ows.wmts.model |
| Modifier and Type | Method and Description |
|---|---|
CRSEnvelope |
Layer.getLatLonBoundingBox()
Returns the LatLonBoundingBox for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CRSEnvelope> |
Layer.getBoundingBoxes()
Returns every BoundingBox associated with this layer.
|
List<CRSEnvelope> |
Layer.getLayerBoundingBoxes()
Get the BoundingBoxes associated with this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setBoundingBoxes(CRSEnvelope boundingBox) |
void |
Layer.setLatLonBoundingBox(CRSEnvelope latLonBoundingBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setBoundingBoxes(Map<String,CRSEnvelope> boundingBoxes)
Sets this layer's bounding boxes.
|
| Modifier and Type | Method and Description |
|---|---|
static CRSEnvelope |
WMTSCapabilities.bbox2bbox(BoundingBoxType bbox) |
CRSEnvelope |
TileMatrixSet.getBbox() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileMatrixSet.setBbox(CRSEnvelope bbox) |
Copyright © 1996–2019 Geotools. All rights reserved.