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

Packages that use WCSGetCoverageRequest
org.deegree_impl.services.wcs   
org.deegree_impl.services.wcs.protocol   
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of WCSGetCoverageRequest in org.deegree_impl.services.wcs
 

Methods in org.deegree_impl.services.wcs with parameters of type WCSGetCoverageRequest
private  OGCWebServiceEvent RemoteWCService.handleGetCoverage(WCSGetCoverageRequest request)
          performs a GetMap request against the remote service.
 

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

Classes in org.deegree_impl.services.wcs.protocol that implement WCSGetCoverageRequest
(package private)  class WCSGetCoverageRequest_Impl
          defines the encapsulating of the WCS GetCoverage operation method comments are taken from OGC WCS specification 0.7 ------------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wcs.protocol that return WCSGetCoverageRequest
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(org.w3c.dom.Element element)
          creates a GetCoverage request from its XML representation
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(java.util.HashMap model)
          creates a GetCoverage from a model (HashMap) containing its parameters
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, int width, int height, int depth, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
          creates a GetCoverage from its parameters with defining the coverages width, height and depth
static WCSGetCoverageRequest WCSProtocolFactory.createWCSGetCoverageRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorspecificParameters, java.lang.String layer, java.lang.String crs, java.lang.String responseCrs, GM_Envelope boundingBox, RangeParamList rpl, double resX, double resY, double resZ, java.lang.String format, java.lang.String interpolationMethod, java.lang.String exceptions)
          creates a GetCoverage from its parameters with defining the coverages resolution in x-, y- und z-direction
 

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

Fields in org.deegree_impl.services.wms.capabilities declared as WCSGetCoverageRequest
private  WCSGetCoverageRequest DataSource_Impl.getCoverage
           
 

Methods in org.deegree_impl.services.wms.capabilities that return WCSGetCoverageRequest
 WCSGetCoverageRequest DataSource_Impl.getGetCoverageRequest()
          returns an instance of a WCSGetCoverageRequest encapsulating the filter conditions against a remote WCS.
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type WCSGetCoverageRequest
DataSource_Impl(java.lang.String name, int type, java.lang.String geometryProperty, OGCWebService ows, java.net.URL capabilitiesURL, ScaleHint scaleHint, WCSGetCoverageRequest getCoverage)
          Creates a new DataSource_Impl object.
 

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

Methods in org.deegree.services.wms.capabilities that return WCSGetCoverageRequest
 WCSGetCoverageRequest DataSource.getGetCoverageRequest()
          returns an instance of a WCSGetCoverageRequest encapsulating the filter conditions against a remote WCS.