Namespace NetTopologySuite.Dissolve
Classes
DissolveEdgeGraph
A graph containing DissolveHalfEdges.
DissolveHalfEdge
A HalfEdge which carries information required to support LineDissolver.
LineDissolver
Dissolves the linear components from a collection of Geometrys. into a set of maximal-length LineStrings in which every unique segment appears once only. The output linestrings run between node vertices of the input, which are vertices which have either degree 1, or degree 3 or greater.