|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WMSGetFeatureInfoResponse | |
org.deegree_impl.enterprise | |
org.deegree_impl.services.wms | |
org.deegree_impl.services.wms.protocol | |
org.deegree.services.wms |
Uses of WMSGetFeatureInfoResponse in org.deegree_impl.enterprise |
Methods in org.deegree_impl.enterprise with parameters of type WMSGetFeatureInfoResponse | |
private void |
WMSServlet.WMS.handleFeatureInfoResponse(WMSGetFeatureInfoResponse response)
handles the response to a get featureinfo request |
Uses of WMSGetFeatureInfoResponse in org.deegree_impl.services.wms |
Methods in org.deegree_impl.services.wms that return WMSGetFeatureInfoResponse | |
WMSGetFeatureInfoResponse |
GetFeatureInfoHandler_Impl.performGetFeatureInfo()
performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object. |
private WMSGetFeatureInfoResponse |
GetFeatureInfoHandler_Impl.createExceptionResponse(java.lang.Exception e)
creates a WMSGetMapResponse containing an OGCWebServiceException |
private WMSGetFeatureInfoResponse |
GetFeatureInfoHandler_Impl.createFeatureInfoResponse()
generates the desired output from the GMLs |
Uses of WMSGetFeatureInfoResponse in org.deegree_impl.services.wms.protocol |
Classes in org.deegree_impl.services.wms.protocol that implement WMSGetFeatureInfoResponse | |
class |
WMSGetFeatureInfoResponse_Impl
-------------------------------------------------------- |
Methods in org.deegree_impl.services.wms.protocol that return WMSGetFeatureInfoResponse | |
static WMSGetFeatureInfoResponse |
WMSProtocolFactory.createGetFeatureInfoResponse(OGCWebServiceRequest request,
OGCWebServiceException exception,
java.lang.String featureInfo)
creates a WFSGetFeatureInfoResponse object |
Uses of WMSGetFeatureInfoResponse in org.deegree.services.wms |
Methods in org.deegree.services.wms that return WMSGetFeatureInfoResponse | |
WMSGetFeatureInfoResponse |
GetFeatureInfoHandler.performGetFeatureInfo()
performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |