Uses of Interface
org.deegree.services.wms.protocol.WMSGetLegendGraphicRequest

Packages that use WMSGetLegendGraphicRequest
org.deegree_impl.clients.wmsclient2.control   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.protocol   
 

Uses of WMSGetLegendGraphicRequest in org.deegree_impl.clients.wmsclient2.control
 

Methods in org.deegree_impl.clients.wmsclient2.control that return WMSGetLegendGraphicRequest
private  WMSGetLegendGraphicRequest PrintListener.getLegendRequestParameter()
          gets parameters of the LegendRequest
private  WMSGetLegendGraphicRequest DynLegendListener.getLegendRequestParameter()
           
 

Methods in org.deegree_impl.clients.wmsclient2.control with parameters of type WMSGetLegendGraphicRequest
private  java.util.HashMap PrintListener.getLegend(RPCStruct struct, WMSGetLegendGraphicRequest glr, java.util.HashMap[] model)
          gets legend with layers and styles.
private  java.lang.String PrintListener.createLegendURL(int w, int h, java.lang.String layer, java.lang.String style, java.lang.String format, WMSGetLegendGraphicRequest glr, java.util.HashMap model)
          creates legend URL with corresponding key values.
private  java.util.HashMap DynLegendListener.setLegend(WMSGetLegendGraphicRequest glr, java.util.HashMap[] model)
          creates legend
private  java.lang.String DynLegendListener.setLegendURL(java.lang.String layer, java.lang.String style, java.lang.String format, WMSGetLegendGraphicRequest glr, java.util.HashMap model)
           
 

Uses of WMSGetLegendGraphicRequest in org.deegree_impl.services.wms
 

Fields in org.deegree_impl.services.wms declared as WMSGetLegendGraphicRequest
private  WMSGetLegendGraphicRequest GetLegendGraphicHandler.request
           
 

Methods in org.deegree_impl.services.wms with parameters of type WMSGetLegendGraphicRequest
private  OGCWebServiceResponse WMService_Impl.handleGetLegendGraphic(WMSGetLegendGraphicRequest request)
           
 OGCWebServiceResponse WMSCache.get(WMSGetLegendGraphicRequest identifier)
          gets an entry from the cache.
protected  void RemoteWMService.handleGetLegendGraphic(WMSGetLegendGraphicRequest request, OGCWebServiceClient client)
           
private  void GetLegendGraphicHandler.validate(WMSGetLegendGraphicRequest request)
          validates if the passed request is valid against the WMS it was sent to and the SLD maybe contained or referenced in/by the request.
private  LegendElement GetLegendGraphicHandler.getSymbol(WMSGetLegendGraphicRequest request)
           
 

Constructors in org.deegree_impl.services.wms with parameters of type WMSGetLegendGraphicRequest
GetLegendGraphicHandler(WMSCapabilities capabilities, WMSGetLegendGraphicRequest request)
          Creates a new GetMapHandler object.
 

Uses of WMSGetLegendGraphicRequest in org.deegree_impl.services.wms.protocol
 

Classes in org.deegree_impl.services.wms.protocol that implement WMSGetLegendGraphicRequest
 class WMSGetLegendGraphicRequest_Impl
          --------------------------------------------------------
 

Methods in org.deegree_impl.services.wms.protocol that return WMSGetLegendGraphicRequest
static WMSGetLegendGraphicRequest WMSProtocolFactory.createGetLegendGraphicRequest(java.lang.String id, java.lang.String request)
           
static WMSGetLegendGraphicRequest WMSProtocolFactory.createGetLegendGraphicRequest(java.lang.String id, java.util.Map model)
           
static WMSGetLegendGraphicRequest WMSProtocolFactory.createGetLegendGraphicRequest(java.lang.String id, java.lang.String version, java.lang.String layer, java.lang.String style, java.lang.String featureType, java.lang.String rule, double scale, java.net.URL sld, java.lang.String sld_body, java.lang.String format, int width, int height, java.lang.String exceptions, java.util.Map vendorSpecificParameter)