Package | Description |
---|---|
org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
org.geotools.ows.wms.request |
Modifier and Type | Class and Description |
---|---|
static class |
WMS1_1_1.InternalPutStylesRequest |
Modifier and Type | Method and Description |
---|---|
PutStylesRequest |
WebMapServer.createPutStylesRequest() |
abstract PutStylesRequest |
WMSSpecification.createPutStylesRequest(URL onlineResource)
Creates a PutStyles request which can be configured and the passed to the WMS to store styles
for later use.
|
PutStylesRequest |
WMS1_1_1.createPutStylesRequest(URL onlineResource) |
PutStylesRequest |
WMS1_0_0.createPutStylesRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method
|
Modifier and Type | Method and Description |
---|---|
PutStylesResponse |
WebMapServer.issueRequest(PutStylesRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPutStylesRequest
Presents basic functionality for a PutStyles request
|
Copyright © 1996–2019 Geotools. All rights reserved.