Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    EdgeSetNoder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Overlay
    Assembly: NetTopologySuite.dll
    Syntax
    public class EdgeSetNoder

    Constructors

    | Edit this page View Source

    EdgeSetNoder(LineIntersector)

    Declaration
    public EdgeSetNoder(LineIntersector li)
    Parameters
    Type Name Description
    LineIntersector li

    Properties

    | Edit this page View Source

    NodedEdges

    Declaration
    public IList<Edge> NodedEdges { get; }
    Property Value
    Type Description
    IList<Edge>

    Methods

    | Edit this page View Source

    AddEdges(IEnumerable<Edge>)

    Declaration
    public void AddEdges(IEnumerable<Edge> edges)
    Parameters
    Type Name Description
    IEnumerable<Edge> edges
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX