| org.vfny.geoserver.wms.requests.WmsKvpRequestReader org.vfny.geoserver.wms.requests.GetFeatureInfoKvpReader
GetFeatureInfoKvpReader | public class GetFeatureInfoKvpReader extends WmsKvpRequestReader (Code) | | Builds a GetFeatureInfo request object given by a set of CGI parameters
supplied in the constructor.
Request parameters:
author: Gabriel Roldan, Axios Engineering version: $Id: GetFeatureInfoKvpReader.java 8418 2008-02-18 14:47:17Z aaime $ |
GetFeatureInfoKvpReader | public GetFeatureInfoKvpReader(Map kvpPairs, WMService service)(Code) | | Creates a new GetMapKvpReader object.
Parameters: kvpPairs - Key Values pairs of the request Parameters: service - The service handling the request |
getRequest | public Request getRequest(HttpServletRequest httpRequest) throws ServiceException(Code) | | Produces a GetMapRequest instance by parsing the GetMap
mandatory, optional and custom parameters.
Parameters: httpRequest - the servlet request who's application object holdsthe server configuration a GetMapRequest completely setted up upon theparameters passed to this reader throws: ServiceException - DOCUMENT ME! throws: WmsException - DOCUMENT ME! |
Methods inherited from org.vfny.geoserver.wms.requests.WmsKvpRequestReader | protected String getRequestVersion()(Code)(Java Doc)
|
|
|