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

Packages that use WMSGetMapResponse
org.deegree_impl.enterprise   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.protocol   
org.deegree_impl.services.wts   
 

Uses of WMSGetMapResponse in org.deegree_impl.enterprise
 

Methods in org.deegree_impl.enterprise with parameters of type WMSGetMapResponse
private  void WMSServlet.WMS.handleGetMapResponse(WMSGetMapResponse response)
          handles the response to a get map request
 

Uses of WMSGetMapResponse in org.deegree_impl.services.wms
 

Methods in org.deegree_impl.services.wms that return WMSGetMapResponse
private  WMSGetMapResponse GetMapHandler_Impl.createResponse(java.lang.Exception e)
          creates a WMSGetMapResponse containing an OGCWebServiceException
private  WMSGetMapResponse GetMapHandler_Impl.renderMap()
          renders the map from the DisplayElements
 

Methods in org.deegree_impl.services.wms with parameters of type WMSGetMapResponse
private  void GetMapHandler_Impl.ServiceInvokerForNL.handleGetMapResponse(WMSGetMapResponse response)
          handles the response of a cascaded WMS and calls a factory to create DisplayElement and a Theme from it
private  void GetFeatureInfoHandler_Impl.ServiceInvoker.handleGetFeatureInfoResponse(WMSGetMapResponse response)
          handles the response of a cascaded WMS and calls a factory to create DisplayElement and a Theme from it
 

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

Classes in org.deegree_impl.services.wms.protocol that implement WMSGetMapResponse
 class WMSGetMapResponse_Impl
          This interface describes the access to the response of a GetMap request.
 

Methods in org.deegree_impl.services.wms.protocol that return WMSGetMapResponse
static WMSGetMapResponse WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.Object response)
          creates a WFSGetMapResponse object
 

Uses of WMSGetMapResponse in org.deegree_impl.services.wts
 

Methods in org.deegree_impl.services.wts with parameters of type WMSGetMapResponse
private  void WTService_Impl.handleWMSResponse(WMSGetMapResponse response)
          handles the response(s) from a WMS