Uses of Interface
org.deegree.services.wms.protocol.WMSGetFeatureInfoRequest

Packages that use WMSGetFeatureInfoRequest
org.deegree_impl.clients.wmsclient.control   
org.deegree_impl.clients.wmsclient2.control   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.protocol   
 

Uses of WMSGetFeatureInfoRequest in org.deegree_impl.clients.wmsclient.control
 

Methods in org.deegree_impl.clients.wmsclient.control that return WMSGetFeatureInfoRequest
private  WMSGetFeatureInfoRequest InfoListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
 

Uses of WMSGetFeatureInfoRequest in org.deegree_impl.clients.wmsclient2.control
 

Methods in org.deegree_impl.clients.wmsclient2.control that return WMSGetFeatureInfoRequest
private  WMSGetFeatureInfoRequest InfoListener.modifyModel(ViewContext vc, java.util.HashMap model)
           
 

Uses of WMSGetFeatureInfoRequest in org.deegree_impl.services.wms
 

Fields in org.deegree_impl.services.wms declared as WMSGetFeatureInfoRequest
protected  WMSGetFeatureInfoRequest GetFeatureInfoHandler_Impl.request
           
 

Methods in org.deegree_impl.services.wms with parameters of type WMSGetFeatureInfoRequest
 OGCWebServiceResponse WMSCache.get(WMSGetFeatureInfoRequest identifier)
          gets an entry from the cache.
protected  void RemoteWMService.handleFeatureInfo(WMSGetFeatureInfoRequest request, OGCWebServiceClient client)
          reads feature infos from the remote WMS by performing a FeatureInfo request against it.
 

Constructors in org.deegree_impl.services.wms with parameters of type WMSGetFeatureInfoRequest
GetFeatureInfoHandler_Impl(WMSCapabilities capabilities, WMSGetFeatureInfoRequest request)
          Creates a new GetMapHandler object.
 

Uses of WMSGetFeatureInfoRequest in org.deegree_impl.services.wms.protocol
 

Classes in org.deegree_impl.services.wms.protocol that implement WMSGetFeatureInfoRequest
 class WMSGetFeatureInfoRequest_Impl
          --------------------------------------------------------
 

Methods in org.deegree_impl.services.wms.protocol that return WMSGetFeatureInfoRequest
static WMSGetFeatureInfoRequest WMSProtocolFactory.createGetFeatureInfoRequest(java.lang.String id, java.util.HashMap model)
          creates a WMSFeatureInfoRequest from a HashMap that contains the request parameters as key-value-pairs.
static WMSGetFeatureInfoRequest WMSProtocolFactory.createGetFeatureInfoRequest(java.lang.String version, java.lang.String id, java.lang.String[] queryLayers, WMSGetMapRequest getMapRequestCopy, java.lang.String infoFormat, int featureCount, java.awt.Point clickPoint, java.lang.String exceptions, StyledLayerDescriptor sld, java.util.HashMap vendorSpecificParameter)
          creates a WMSFeatureInfoRequest from the request parameters.