org.deegree_impl.services.wms.protocol
Class WMSGetFeatureInfoResponse_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoResponse_Impl
- All Implemented Interfaces:
- OGCWebServiceResponse, WMSGetFeatureInfoResponse
- public class WMSGetFeatureInfoResponse_Impl
- extends OGCWebServiceResponse_Impl
- implements WMSGetFeatureInfoResponse
--------------------------------------------------------
- Version:
- $Revision: 1.1 $ $Date: 2004/04/02 06:41:56 $
- Author:
- Katharina Lupp Katharina Lupp
|
Method Summary |
java.lang.String |
getFeatureInfo()
returns the feature info the corresponds to an feature info request. |
void |
setFeatureInfo(java.lang.String featureInfo)
sets the feature info the corresponds to an feature info request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
featureInfo
private java.lang.String featureInfo
WMSGetFeatureInfoResponse_Impl
WMSGetFeatureInfoResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
java.lang.String featureInfo)
- constructor initializing the class with the
getFeatureInfo
public java.lang.String getFeatureInfo()
- returns the feature info the corresponds to an feature info request. The
format of the result is determined by the INFO_FORMAT parameter
of the request. If an excption raised during the processing of the request
or the request has been invald null will be returned.
- Specified by:
getFeatureInfo in interface WMSGetFeatureInfoResponse
setFeatureInfo
public void setFeatureInfo(java.lang.String featureInfo)
- sets the feature info the corresponds to an feature info request. The
format of the result is determined by the INFO_FORMAT parameter
of the request. If an excption raised during the processing of the request
or the request has been invald null will be returned.