org.deegree.wps.jts
Class XMLGeometryProcessor

java.lang.Object
  extended by 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 $

Constructor Summary
XMLGeometryProcessor(GeometryHandler handler, Map<String,Object> params)
          Initializes the XMLGeomtryProcessor with a geometry processor
 
Method Summary
 void process(GMLStreamReader gmlReader, GMLStreamWriter gmlWriter)
          Reads the input stream and applies the processing operation by writing to the output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLGeometryProcessor

public XMLGeometryProcessor(GeometryHandler handler,
                            Map<String,Object> params)
Initializes the XMLGeomtryProcessor with a geometry processor

Parameters:
handler -
Method Detail

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.