Re: [Geotools-gt2-users] WPS process implementation - computing with streaming fashion

2012-08-20 Thread Andrea Aime
On Mon, Aug 20, 2012 at 9:11 PM, Martin Davis wrote: > > That's a pretty general question, so the answer is "it depends on the > process". Some kinds of processes can be evaluated in streaming fashion > with essentially no impact in performance (e.g. ones like Transform and > Simplify). Others (

Re: [Geotools-gt2-users] WPS process implementation - computing with streaming fashion

2012-08-20 Thread Martin Davis
On Mon, Aug 20, 2012 at 9:32 AM, Emmanuel Blondel < emmanuel.blond...@gmail.com> wrote: > Hello all, > > I have developed some code to detect anomalies in a vector layer (overlaps > & gaps), helping myself with some existing WPS processes of the > gt-feature-process module, such as IntersectionFe

[Geotools-gt2-users] WPS process implementation - computing with streaming fashion

2012-08-20 Thread Emmanuel Blondel
Hello all, I have developed some code to detect anomalies in a vector layer (overlaps & gaps), helping myself with some existing WPS processes of the gt-feature-process module, such as IntersectionFeatureCollection.. I noted that these processes were implemented in a streaming fashion, and usi