Search Results for

    Show / Hide Table of Contents

    Class LineMergeEdge

    An edge of a LineMergeGraph. The marked field indicates whether this Edge has been logically deleted from the graph.

    Inheritance
    object
    GraphComponent
    Edge
    LineMergeEdge
    Inherited Members
    Edge.dirEdge
    Edge.SetDirectedEdges(DirectedEdge, DirectedEdge)
    Edge.GetDirEdge(int)
    Edge.GetDirEdge(Node)
    Edge.GetOppositeNode(Node)
    Edge.IsRemoved
    GraphComponent.SetVisited(IEnumerator, bool)
    GraphComponent.SetMarked(IEnumerator, bool)
    GraphComponent.GetComponentWithVisitedState(IEnumerator, bool)
    GraphComponent.IsVisited
    GraphComponent.Visited
    GraphComponent.IsMarked
    GraphComponent.Marked
    GraphComponent.Data
    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 LineMergeEdge : Edge

    Constructors

    | Edit this page View Source

    LineMergeEdge(LineString)

    Constructs a LineMergeEdge with vertices given by the specified LineString.

    Declaration
    public LineMergeEdge(LineString line)
    Parameters
    Type Name Description
    LineString line

    Properties

    | Edit this page View Source

    Line

    Returns the LineString specifying the vertices of this edge.

    Declaration
    public LineString Line { get; }
    Property Value
    Type Description
    LineString
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX