Package com.vividsolutions.jts.operation.linemerge

Classes to perform line merging.

See:
          Description

Class Summary
EdgeString A sequence of LineMergeDirectedEdges forming one of the lines that will be output by the line-merging process.
LineMergeDirectedEdge A DirectedEdge of a LineMergeGraph.
LineMergeEdge An edge of a LineMergeGraph.
LineMergeGraph A planar graph of edges that is analyzed to sew the edges together.
LineMerger Sews together a set of fully noded LineStrings.
LineSequencer Builds a sequence from a set of LineStrings so that they are ordered end to end.
 

Package com.vividsolutions.jts.operation.linemerge Description

Classes to perform line merging.