Uses of Interface
org.deegree.services.wms.capabilities.Request

Packages that use Request
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of Request in org.deegree_impl.services.wms.capabilities
 

Classes in org.deegree_impl.services.wms.capabilities that implement Request
(package private)  class Request_Impl
          The interface describes the acces to the available WMS operations.
 

Fields in org.deegree_impl.services.wms.capabilities declared as Request
private  Request Capability_Impl.request
           
 

Methods in org.deegree_impl.services.wms.capabilities that return Request
protected  Request OGCWMSCapabilitiesFactory.createRequest(org.w3c.dom.Element element)
          Creates a Request-instance according to the contents of the DOM-subtree starting at the given 'Request'-Element.
protected  Request DeegreeWMSCapabilitiesFactory.createRequest(org.w3c.dom.Element element)
          Creates a Request-instance according to the contents of the DOM-subtree starting at the given 'Request'-Element.
 Request Capability_Impl.getRequest()
          Available WMS Operations are listed in a Request element.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type Request
 void Capability_Impl.setRequest(Request request)
          sets available WMS Operations listed in a Request element.
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Request
Capability_Impl(Request request, CException exception, org.w3c.dom.Document vendorSpecificCapabilities, UserDefinedSymbolization userDefinedSymbolization, Layer layer)
          constructor initializing the class with the capabilities
 

Uses of Request in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return Request
 Request Capability.getRequest()
          Available WMS Operations are listed in a Request element.