org.deegree.wps.jts
Class XMLGeometryProcessor
java.lang.Object
org.deegree.wps.jts.XMLGeometryProcessor
public class XMLGeometryProcessor
- extends Object
The XMLGeometryProcessor
class solves the processing problem for geometries in general for a given
process.
- Version:
- $Revision: 26239 $, $Date: 2010-08-30 14:04:13 +0200 (Mon, 30 Aug 2010) $
- Author:
- Andrei Ionita, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLGeometryProcessor
public XMLGeometryProcessor(GeometryHandler handler,
Map<String,Object> params)
- Initializes the
XMLGeomtryProcessor
with a geometry processor
- Parameters:
handler
-
process
public void process(GMLStreamReader gmlReader,
GMLStreamWriter gmlWriter)
throws XMLStreamException,
XMLParsingException,
UnknownCRSException,
TransformationException
- Reads the input stream and applies the processing operation by writing to the output stream
- Parameters:
gmlReader
- gmlWriter
-
- Throws:
XMLStreamException
XMLParsingException
UnknownCRSException
TransformationException
Copyright © 2011. All Rights Reserved.