Uses of Interface
org.geotools.ows.wms.request.PutStylesRequest
-
Packages that use PutStylesRequest Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request -
-
Uses of PutStylesRequest in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement PutStylesRequest Modifier and Type Class Description static class
WMS1_1_1.InternalPutStylesRequest
Methods in org.geotools.ows.wms that return PutStylesRequest Modifier and Type Method Description PutStylesRequest
WebMapServer. createPutStylesRequest()
PutStylesRequest
WMS1_0_0. createPutStylesRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this methodPutStylesRequest
WMS1_1_1. createPutStylesRequest(URL onlineResource)
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.Methods in org.geotools.ows.wms with parameters of type PutStylesRequest Modifier and Type Method Description PutStylesResponse
WebMapServer. issueRequest(PutStylesRequest request)
-
Uses of PutStylesRequest in org.geotools.ows.wms.request
Classes in org.geotools.ows.wms.request that implement PutStylesRequest Modifier and Type Class Description class
AbstractPutStylesRequest
Presents basic functionality for a PutStyles request
-