| java.lang.Object org.vfny.geoserver.util.requests.readers.XmlRequestReader org.vfny.geoserver.wms.requests.GetMapXmlReader
GetMapXmlReader | public class GetMapXmlReader extends XmlRequestReader (Code) | | reads in a GetFeature XML WFS request from a XML stream
author: Rob Hranac, TOPP author: Chris Holmes, TOPP version: $Id: GetMapXmlReader.java 7749 2007-11-13 20:52:54Z jdeolive $ |
GetMapXmlReader | public GetMapXmlReader(WMService service)(Code) | | Creates a new GetMapXmlReader object.
Parameters: service - this is the service that handles the request |
getNode | public Node getNode(Node parentNode, String wantedChildName)(Code) | | Give a node and the name of a child of that node, return it. This doesnt
do anything complex.
Parameters: parentNode - Parameters: wantedChildName - |
getNodeValue | public String getNodeValue(Node parentNode, String wantedChildName)(Code) | | Give a node and the name of a child of that node, find its (string)
value. This doesnt do anything complex.
Parameters: parentNode - Parameters: wantedChildName - |
nodeNameEqual | public boolean nodeNameEqual(Node n, String name)(Code) | | returns true if this node is named "name". Ignores case and namespaces.
Parameters: n - Parameters: name - |
read | public Request read(Reader reader, HttpServletRequest req) throws WmsException(Code) | | Reads the GetMap XML request into a GetMap Request object.
Parameters: reader - The plain POST text from the client. Parameters: req - DOCUMENT ME! The GetMap Request from the xml reader. throws: WmsException - For any problems reading the request. |
validateSchemaGETMAP | public void validateSchemaGETMAP(File f, GetMapRequest getMapRequest) throws Exception(Code) | | This should only be called if the xml starts with GetMap Don't use on a
SLD.
Parameters: f - Parameters: getMapRequest - throws: Exception - throws: WmsException - DOCUMENT ME! |
validateSchemaSLD | public void validateSchemaSLD(File f, GetMapRequest getMapRequest) throws Exception(Code) | | This should only be called if the xml starts with StyledLayerDescriptor
Don't use on a GetMap.
Parameters: f - Parameters: getMapRequest - throws: Exception - throws: WmsException - DOCUMENT ME! |
Fields inherited from org.vfny.geoserver.util.requests.readers.XmlRequestReader | protected static Logger LOGGER(Code)(Java Doc)
|
|
|