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.wmsClasses in org.geotools.ows.wms that implement PutStylesRequest Modifier and Type Class Description static classWMS1_1_1.InternalPutStylesRequestMethods in org.geotools.ows.wms that return PutStylesRequest Modifier and Type Method Description PutStylesRequestWebMapServer. createPutStylesRequest()PutStylesRequestWMS1_0_0. createPutStylesRequest(URL onlineResource)Note that WMS 1.0.0 does not support this methodPutStylesRequestWMS1_1_1. createPutStylesRequest(URL onlineResource)abstract PutStylesRequestWMSSpecification. 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 PutStylesResponseWebMapServer. issueRequest(PutStylesRequest request)
- 
Uses of PutStylesRequest in org.geotools.ows.wms.requestClasses in org.geotools.ows.wms.request that implement PutStylesRequest Modifier and Type Class Description classAbstractPutStylesRequestPresents basic functionality for a PutStyles request
 
-