| org.vfny.geoserver.wms.servlets.WMService org.vfny.geoserver.wms.servlets.DescribeLayer
DescribeLayer | public class DescribeLayer extends WMService (Code) | | Provides the artifacts to manage a WMS DescribeLayer request
following the
org.vfny.geoserver.servlet.AbstractService 's workflow.
author: Gabriel Roldan, Axios Engineering version: $Id: DescribeLayer.java 6326 2007-03-15 18:36:40Z jdeolive $ |
DescribeLayer | public DescribeLayer(WMS wms)(Code) | | |
getKvpReader | protected KvpRequestReader getKvpReader(Map params)(Code) | | Builds a KVP reader to parse the parameters of
a DescribeLayer request.
Parameters: params - the request kvp parameters a new DescribeLayerKvpRequestReader |
getResponseHandler | protected Response getResponseHandler()(Code) | | Creates and returns a response handler to encode
the list of requested layers into a DescribeLayer
document.
a DescribeLayerResponse |
getXmlRequestReader | protected XmlRequestReader getXmlRequestReader()(Code) | | Throws an UnsupportedOperationException allways, since
there are no standard XML encoding for DescribeLayer requests.
none throws: UnsupportedOperationException - allways, sincethere are no standard XML encoding for DescribeLayer requests. |
|
|