Search Results for

    Show / Hide Table of Contents

    Class LineMergeGraph

    A planar graph of edges that is analyzed to sew the edges together. The marked flag on Edges and Nodes indicates whether they have been logically deleted from the graph.

    Inheritance
    object
    PlanarGraph
    LineMergeGraph
    Inherited Members
    PlanarGraph.dirEdges
    PlanarGraph.nodeMap
    PlanarGraph.FindNode(Coordinate)
    PlanarGraph.Add(Node)
    PlanarGraph.Add(Edge)
    PlanarGraph.Add(DirectedEdge)
    PlanarGraph.GetNodeEnumerator()
    PlanarGraph.Nodes
    PlanarGraph.GetDirEdgeEnumerator()
    PlanarGraph.GetEdgeEnumerator()
    PlanarGraph.Edges
    PlanarGraph.Remove(Edge)
    PlanarGraph.Remove(DirectedEdge)
    PlanarGraph.Remove(Node)
    PlanarGraph.FindNodesOfDegree(int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Linemerge
    Assembly: NetTopologySuite.dll
    Syntax
    public class LineMergeGraph : PlanarGraph

    Methods

    | Edit this page View Source

    AddEdge(LineString)

    Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.

    Declaration
    public void AddEdge(LineString lineString)
    Parameters
    Type Name Description
    LineString lineString
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX