Table of Contents

Class LineMergeGraph

Namespace
NetTopologySuite.Operation.Linemerge
Assembly
NetTopologySuite.dll

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.

public class LineMergeGraph : PlanarGraph
Inheritance
LineMergeGraph
Inherited Members

Constructors

LineMergeGraph()

public LineMergeGraph()

Methods

AddEdge(LineString)

Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.

public void AddEdge(LineString lineString)

Parameters

lineString LineString