Class EdgeSetNoder
Nodes a set of edges.
Takes one or more sets of edges and constructs a
new set of edges consisting of all the split edges created by
noding the input edges together.
Assembly: NetTopologySuite.dll
Syntax
public class EdgeSetNoder
Constructors
|
Improve this Doc
View Source
EdgeSetNoder(LineIntersector)
Declaration
public EdgeSetNoder(LineIntersector li)
Parameters
Properties
|
Improve this Doc
View Source
NodedEdges
Declaration
public IList<Edge> NodedEdges { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddEdges(IEnumerable<Edge>)
Declaration
public void AddEdges(IEnumerable<Edge> edges)
Parameters