|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WCSGetCoverageResponse | |
org.deegree_impl.services.wcs | |
org.deegree_impl.services.wcs.protocol | |
org.deegree_impl.services.wms | |
org.deegree_impl.services.wts |
Uses of WCSGetCoverageResponse in org.deegree_impl.services.wcs |
Methods in org.deegree_impl.services.wcs that return WCSGetCoverageResponse | |
private WCSGetCoverageResponse |
WCService_Impl.handleGetCoverageRequest(OGCWebServiceEvent event)
handles a GetCoverage request |
private WCSGetCoverageResponse |
WCService_Impl.createErrorResponse(OGCWebServiceRequest request,
java.lang.Exception ex,
java.lang.String location)
returns a response object that contains an error message |
Uses of WCSGetCoverageResponse in org.deegree_impl.services.wcs.protocol |
Classes in org.deegree_impl.services.wcs.protocol that implement WCSGetCoverageResponse | |
(package private) class |
WCSGetCoverageResponse_Impl
the class implements the response to a GetCoverage request against a WCS. |
Methods in org.deegree_impl.services.wcs.protocol that return WCSGetCoverageResponse | |
static WCSGetCoverageResponse |
WCSProtocolFactory.createGetCoverageResponse(OGCWebServiceRequest request,
java.lang.Object coverage)
|
static WCSGetCoverageResponse |
WCSProtocolFactory.createGetCoverageResponse(OGCWebServiceRequest request,
OGCWebServiceException exception)
|
Uses of WCSGetCoverageResponse in org.deegree_impl.services.wms |
Methods in org.deegree_impl.services.wms with parameters of type WCSGetCoverageResponse | |
private void |
GetMapHandler_Impl.ServiceInvokerForNL.handleGetCoverageResponse(WCSGetCoverageResponse response)
handles the response of a WCS and calls a factory to create DisplayElement and a Theme from it |
private void |
GetFeatureInfoHandler_Impl.ServiceInvoker.handleDescribeCoverageResponse(WCSGetCoverageResponse response)
handles the response of a WCS and calls a factory to create DisplayElement and a Theme from it |
Uses of WCSGetCoverageResponse in org.deegree_impl.services.wts |
Methods in org.deegree_impl.services.wts with parameters of type WCSGetCoverageResponse | |
private void |
WTService_Impl.handleWCSResponse(WCSGetCoverageResponse response)
handles the response(s) from a WCS |
private void |
Splitter.handleWCSResponse(WCSGetCoverageResponse response)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |