org.deegree.services.wcs.protocol
Interface WCSGetCoverageResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WCSGetCoverageResponse_Impl

public interface WCSGetCoverageResponse
extends OGCWebServiceResponse

the interface describes the response to a GetCoverage request against a WCS.

--------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.Object getResponse()
          returns the result (image) of a GetCoverage request serialized as byte array.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getResponse

public java.lang.Object getResponse()
returns the result (image) of a GetCoverage request serialized as byte array.