Table of Contents

Class EdgeString

Namespace
NetTopologySuite.Operation.Linemerge
Assembly
NetTopologySuite.dll

A sequence of LineMergeDirectedEdges forming one of the lines that will be output by the line-merging process.

public class EdgeString
Inheritance
EdgeString
Inherited Members

Constructors

EdgeString(GeometryFactory)

Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString.

public EdgeString(GeometryFactory factory)

Parameters

factory GeometryFactory

Methods

Add(LineMergeDirectedEdge)

Adds a directed edge which is known to form part of this line.

public void Add(LineMergeDirectedEdge directedEdge)

Parameters

directedEdge LineMergeDirectedEdge

ToLineString()

Converts this EdgeString into a LineString.

public LineString ToLineString()

Returns

LineString