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

Packages that use WMSGetLegendGraphicResponse
org.deegree_impl.enterprise   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.protocol   
 

Uses of WMSGetLegendGraphicResponse in org.deegree_impl.enterprise
 

Methods in org.deegree_impl.enterprise with parameters of type WMSGetLegendGraphicResponse
private  void WMSServlet.WMS.handleGetLegendGraphicResponse(WMSGetLegendGraphicResponse response)
          handles the response to a get legend graphic request
 

Uses of WMSGetLegendGraphicResponse in org.deegree_impl.services.wms
 

Methods in org.deegree_impl.services.wms that return WMSGetLegendGraphicResponse
 WMSGetLegendGraphicResponse GetLegendGraphicHandler.performGetLegendGraphic()
          performs the request and returns the result of it.
 

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

Classes in org.deegree_impl.services.wms.protocol that implement WMSGetLegendGraphicResponse
 class WMSGetLegendGraphicResponse_Impl
          The class encapsulates the response to a GetLegendGraphic request.
 

Methods in org.deegree_impl.services.wms.protocol that return WMSGetLegendGraphicResponse
static WMSGetLegendGraphicResponse WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request, java.lang.Object legendGraphic)
           
static WMSGetLegendGraphicResponse WMSProtocolFactory.createGetLegendGraphicResponse(OGCWebServiceRequest request, org.w3c.dom.Document exception)