Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-14 Thread Stefan Steiniger
So.. I tried it now with the planar graph. Unfortunately an error did occur with my data and the function also returns several overlapping edges instead one for touching polygons. However, I could use the LineMerger that was also used in PlanarGraph by Michael and I get now what I want :) Next

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-11 Thread Stefan Steiniger
Salut Michael, Michael Michaud schrieb: > Hi Stefan, > > Did you try the planar graph plugin. > Last time I had such a problem, I created a planar graph from my polygon > layer, > simplified the resulting edge layer > created a new planar graph (or polygonize) from the simplified edges layer. al

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-11 Thread Michael Michaud
Hi Stefan, Did you try the planar graph plugin. Last time I had such a problem, I created a planar graph from my polygon layer, simplified the resulting edge layer created a new planar graph (or polygonize) from the simplified edges layer. Otherwise, to create linestrings from linesegments, use

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-10 Thread Stefan Steiniger
Hei Larry, mhm.. maybe I could not really express what I want to do. I have already polygons - and want to derive the common boundary between two polygon as "one Linestring". So I need to concatenate the pieces that intersection() does return. Or are you proposing to simply work with the (out-)

Re: [JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-10 Thread Larry Becker
Hi Stefan, How about com.vividsolutions.jts.operation.polygonize? That seems to be what it was intended to do. regards, Larry On Thu, Jul 10, 2008 at 7:21 PM, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > Hei, > > Today I started some work on analysing and later generalising (i.e. > simplifi

[JPP-Devel] question on intersection of polygons and re-unioning of boundary elements

2008-07-10 Thread Stefan Steiniger
Hei, Today I started some work on analysing and later generalising (i.e. simplification) of polygon layers where the polygons form a mosaic (tesselation). So any operation on the boundaries requires that topologic neighbourhood must be observed. I.e. to simplify an outline I need to simplify t