org.deegree_impl.services.wcs.protocol
Class WCSGetCoverageResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wcs.protocol.WCSGetCoverageResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WCSGetCoverageResponse

class WCSGetCoverageResponse_Impl
extends OGCWebServiceResponse_Impl
implements WCSGetCoverageResponse

the class implements the response to a GetCoverage request against a WCS.

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

Version:
2002-03-01
Author:
Andreas Poth

Field Summary
private  java.lang.Object coverage
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WCSGetCoverageResponse_Impl(OGCWebServiceRequest request, java.lang.Object coverage)
          Creates a new WCSGetCoverageResponse_Impl object.
 
Method Summary
 java.lang.Object getResponse()
          returns the result (image) of a GetCoverage request serialized as byte array.
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

coverage

private java.lang.Object coverage
Constructor Detail

WCSGetCoverageResponse_Impl

WCSGetCoverageResponse_Impl(OGCWebServiceRequest request,
                            java.lang.Object coverage)
Creates a new WCSGetCoverageResponse_Impl object.

Parameters:
request -
coverage -
Method Detail

getResponse

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

Specified by:
getResponse in interface WCSGetCoverageResponse