Uses of Interface
org.geotools.data.wms.request.PutStylesRequest

Packages that use PutStylesRequest
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange. 
org.geotools.data.wms.request   
 

Uses of PutStylesRequest in org.geotools.data.wms
 

Classes in org.geotools.data.wms that implement PutStylesRequest
static class WMS1_1_0.InternalPutStylesRequest
           
 

Methods in org.geotools.data.wms that return PutStylesRequest
 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_0_0.createPutStylesRequest(URL onlineResource)
          Note that WMS 1.0.0 does not support this method
 PutStylesRequest WMS1_1_0.createPutStylesRequest(URL onlineResource)
           
 

Methods in org.geotools.data.wms with parameters of type PutStylesRequest
 PutStylesResponse WebMapServer.issueRequest(PutStylesRequest request)
           
 

Uses of PutStylesRequest in org.geotools.data.wms.request
 

Classes in org.geotools.data.wms.request that implement PutStylesRequest
 class AbstractPutStylesRequest
          Presents basic functionality for a PutStyles request
 



Copyright © 1996-2009 Geotools. All Rights Reserved.