| Package | Description |
|---|---|
| org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
| org.geotools.ows.wms.request | |
| org.geotools.ows.wmts.model |
| Modifier and Type | Method and Description |
|---|---|
List<StyleImpl> |
Layer.getStyles()
Accumulates all of the styles specified for this layer and all styles inherited from its
ancestors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layer.setStyles(List<StyleImpl> styles) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMapRequest.addLayer(Layer layer,
StyleImpl style)
Adds a Layer to the list of layers to be requested.
|
void |
AbstractGetMapRequest.addLayer(Layer layer,
StyleImpl style) |
void |
GetMapRequest.addLayer(String layerName,
StyleImpl style)
Adds a Layer to the list of layers to be requested.
|
void |
AbstractGetMapRequest.addLayer(String layerName,
StyleImpl style) |
| Modifier and Type | Method and Description |
|---|---|
StyleImpl |
WMTSLayer.getDefaultStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
WMTSLayer.setDefaultStyle(StyleImpl style) |
Copyright © 1996–2019 Geotools. All rights reserved.