com.vividsolutions.jts.operation.linemerge

Class LineMergeGraph


public class LineMergeGraph
extends PlanarGraph

A planar graph of edges that is analyzed to sew the edges together. The marked flag on @{link com.vividsolutions.planargraph.Edge}s and @{link com.vividsolutions.planargraph.Node}s indicates whether they have been logically deleted from the graph.
Version:
1.6

Field Summary

Fields inherited from class com.vividsolutions.jts.planargraph.PlanarGraph

dirEdges, edges, nodeMap

Method Summary

void
addEdge(LineString lineString)
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.

Methods inherited from class com.vividsolutions.jts.planargraph.PlanarGraph

add, add, add, dirEdgeIterator, edgeIterator, findNode, findNodesOfDegree, getEdges, getNodes, nodeIterator, remove, remove, remove

Method Details

addEdge

public void addEdge(LineString lineString)
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.