Uses of Interface
org.deegree.services.wfs.protocol.WFSGetCapabilitiesRequest

Packages that use WFSGetCapabilitiesRequest
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.protocol   
 

Uses of WFSGetCapabilitiesRequest in org.deegree_impl.services.gazetteer.protocol
 

Classes in org.deegree_impl.services.gazetteer.protocol that implement WFSGetCapabilitiesRequest
 class WFSGGetCapabilitiesRequest_Impl
           
 

Uses of WFSGetCapabilitiesRequest in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs with parameters of type WFSGetCapabilitiesRequest
private  void RemoteWFService.handleGetCapabilities(WFSGetCapabilitiesRequest request, OGCWebServiceClient client)
          reads the capabilities from the remote WFS by performing a GetCapabilities request against it.
 

Uses of WFSGetCapabilitiesRequest in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement WFSGetCapabilitiesRequest
 class WFSGetCapabilitiesRequest_Impl
          The Interface definies the get capabilities WFS request.
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSGetCapabilitiesRequest
static WFSGetCapabilitiesRequest WFSProtocolFactory.createWFSGetCapabilitiesRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          creates a WFSGetCapabilitiesRequest object.