Class LineMergeGraph
A planar graph of edges that is analyzed to sew the edges together. The
marked
flag on Edges
and Nodes indicates whether they have been
logically deleted from the graph.
Inherited Members
Namespace: NetTopologySuite.Operation.Linemerge
Assembly: NetTopologySuite.dll
Syntax
public class LineMergeGraph : PlanarGraph
Methods
| Improve this Doc View SourceAddEdge(LineString)
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.
Declaration
public void AddEdge(LineString lineString)
Parameters
Type | Name | Description |
---|---|---|
LineString | lineString |