| Package | Description |
|---|---|
| org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
| org.geotools.ows.wms.xml |
| Modifier and Type | Method and Description |
|---|---|
Extent |
Layer.getExtent(String name)
Look up an extent by name; search includes all parent extent definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Extent> |
Layer.getExtents()
The Extents valid for this layer; this includes both extents defined by this layer and all
extents contributed by parent layers.
|
List<Extent> |
Layer.getLayerExtents()
The Extents contributed by this Layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setExtents(Extent extent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setExtents(Collection<Extent> extentList) |
void |
Layer.setExtents(Map<String,Extent> extentMap) |
| Modifier and Type | Field and Description |
|---|---|
protected Extent |
Dimension.extent
Optional Extent as supplied by WMS 1.3.0
|
| Modifier and Type | Method and Description |
|---|---|
Extent |
Dimension.getExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.setExtent(Extent extent) |
Copyright © 1996–2019 Geotools. All rights reserved.