Class EdgeString
A sequence of LineMergeDirectedEdges forming one of the lines that will
be output by the line-merging process.
Inherited Members
Namespace: NetTopologySuite.Operation.Linemerge
Assembly: NetTopologySuite.dll
Syntax
public class EdgeString
Constructors
| Edit this page View SourceEdgeString(GeometryFactory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString.
Declaration
public EdgeString(GeometryFactory factory)
Parameters
| Type | Name | Description |
|---|---|---|
| GeometryFactory | factory |
Methods
| Edit this page View SourceAdd(LineMergeDirectedEdge)
Adds a directed edge which is known to form part of this line.
Declaration
public void Add(LineMergeDirectedEdge directedEdge)
Parameters
| Type | Name | Description |
|---|---|---|
| LineMergeDirectedEdge | directedEdge |
ToLineString()
Converts this EdgeString into a LineString.
Declaration
public LineString ToLineString()
Returns
| Type | Description |
|---|---|
| LineString |