| org.vfny.geoserver.wms.servlets.WMService org.vfny.geoserver.wms.servlets.GetLegendGraphic
GetLegendGraphic | public class GetLegendGraphic extends WMService (Code) | | WMS service wich returns request and response handlers to manage a
GetLegendGraphic request
author: Gabriel Roldan, Axios Engineering version: $Id: GetLegendGraphic.java 6326 2007-03-15 18:36:40Z jdeolive $ |
GetLegendGraphic | public GetLegendGraphic(WMS wms)(Code) | | |
getKvpReader | protected KvpRequestReader getKvpReader(Map params)(Code) | | Returns GetLegendGraphic request parser
Parameters: params - the kvp set of the request a GetLegendGraphic request parser |
getResponseHandler | protected Response getResponseHandler()(Code) | | Returns a response handler to manage a GetLegendGraphic request
a response handler to manage a GetLegendGraphic request |
getXmlRequestReader | protected XmlRequestReader getXmlRequestReader()(Code) | | Throws an UnsupportedOperationException since GetLegendGraphic does
not defines an xml encoding for HTTP POST method.
never, allways fails since it is an unsupported method for thisrequest throws: UnsupportedOperationException - |
|
|