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
| Improve this Doc 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
| Improve this Doc View SourceLine
Returns the LineString specifying the vertices of this edge.
Declaration
public LineString Line { get; }
Property Value
Type | Description |
---|---|
LineString |