Table of Contents

Class LineMergeEdge

Namespace
NetTopologySuite.Operation.Linemerge
Assembly
NetTopologySuite.dll

An edge of a LineMergeGraph. The marked field indicates whether this Edge has been logically deleted from the graph.

public class LineMergeEdge : Edge
Inheritance
LineMergeEdge
Inherited Members

Constructors

LineMergeEdge(LineString)

Constructs a LineMergeEdge with vertices given by the specified LineString.

public LineMergeEdge(LineString line)

Parameters

line LineString

Properties

Line

Returns the LineString specifying the vertices of this edge.

public LineString Line { get; }

Property Value

LineString