Class LineMergeEdge
An edge of a LineMergeGraph. The marked field indicates
whether this Edge has been logically deleted from the graph.
Inherited Members
Namespace: NetTopologySuite.Operation.Linemerge
Assembly: NetTopologySuite.dll
Syntax
public class LineMergeEdge : Edge
Constructors
| Edit this page View SourceLineMergeEdge(LineString)
Constructs a LineMergeEdge with vertices given by the specified LineString.
Declaration
public LineMergeEdge(LineString line)
Parameters
| Type | Name | Description |
|---|---|---|
| LineString | line |
Properties
| Edit this page View SourceLine
Returns the LineString specifying the vertices of this edge.
Declaration
public LineString Line { get; }
Property Value
| Type | Description |
|---|---|
| LineString |