Class EdgeString
A sequence of LineMergeDirectedEdge
s 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
| Improve this Doc 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
| Improve this Doc 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 |