org.deegree.services.wms
Interface GetFeatureInfoHandler

All Known Implementing Classes:
GetFeatureInfoHandler_Impl

public interface GetFeatureInfoHandler

Since:
1.1
Version:
$Revision: 1.1 $, 1.0. $Revision: 1.1 $, $Date: 2004/05/26 08:49:39 $
Author:
Andreas Poth, last edited by: $Author: poth $

Method Summary
 WMSGetFeatureInfoResponse performGetFeatureInfo()
          performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object.
 

Method Detail

performGetFeatureInfo

public WMSGetFeatureInfoResponse performGetFeatureInfo()
                                                throws WebServiceException
performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object.

The method throws an WebServiceException that only shall be thrown if an fatal error occurs that makes it imposible to return a result. If something wents wrong performing the request (none fatal error) The exception shall be encapsulated within the response object to be returned to the client as requested (GetFeatureInfo-Request EXCEPTION-Parameter).

Returns:
response to the GetFeatureInfo response
Throws:
WebServiceException