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
| 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 |
---|---|---|
Geometry |
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 |
---|---|---|
Line |
directedEdge |
ToLineString()
Converts this EdgeString into a LineString.
Declaration
public LineString ToLineString()
Returns
Type | Description |
---|---|
Line |