Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jts-dev] Fwd: Remove line from within another line

LineDissolver is used to remove redundant line segments from an arrangement of line segments, and also to "sew" the lines together to make maximal length lines (i.e. between vertices of degree != 2).  Of course for this to work the lines must be correctly noded.

The canonical use case is to convert a polygonal coverage represented as a set of polygons into a set of linestrings representing the boundaries.

On Tue, Oct 9, 2018 at 11:04 PM Simon (SPDBA) Greener <simon@xxxxxxxxxxxx> wrote:

Ok, dumb question, what is the purpose of LineDissolver?


Back to the top