Uses of Interface
org.deegree.services.wcs.protocol.WCSGetCapabilitiesRequest

Packages that use WCSGetCapabilitiesRequest
org.deegree_impl.services.wcs   
org.deegree_impl.services.wcs.protocol   
 

Uses of WCSGetCapabilitiesRequest in org.deegree_impl.services.wcs
 

Methods in org.deegree_impl.services.wcs with parameters of type WCSGetCapabilitiesRequest
private  OGCWebServiceEvent RemoteWCService.handleGetCapabilities(WCSGetCapabilitiesRequest request)
          reads the capabilities from the remote WCS by performing a GetCapabilities request against it.
 

Uses of WCSGetCapabilitiesRequest in org.deegree_impl.services.wcs.protocol
 

Classes in org.deegree_impl.services.wcs.protocol that implement WCSGetCapabilitiesRequest
 class WCSGetCapabilitiesRequest_Impl
          defines the encapsulating of the WCS GetCapabilities operation ------------------------------------------------------------------------