Class EdgeSetNoder
- Namespace
- NetTopologySuite.Operation.Overlay
- Assembly
- NetTopologySuite.dll
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.
public class EdgeSetNoder
- Inheritance
-
EdgeSetNoder
- Inherited Members
Constructors
EdgeSetNoder(LineIntersector)
public EdgeSetNoder(LineIntersector li)
Parameters
Properties
NodedEdges
public IList<Edge> NodedEdges { get; }
Property Value
Methods
AddEdges(IEnumerable<Edge>)
public void AddEdges(IEnumerable<Edge> edges)
Parameters
edges
IEnumerable<Edge>