Search Results for

    Show / Hide Table of Contents

    Class LineMergeDirectedEdge

    A com.vividsolutions.jts.planargraph.DirectedEdge of a LineMergeGraph.

    Inheritance
    object
    GraphComponent
    DirectedEdge
    LineMergeDirectedEdge
    Implements
    IComparable
    Inherited Members
    DirectedEdge.ToEdges(IList<DirectedEdge>)
    DirectedEdge.parentEdge
    DirectedEdge.from
    DirectedEdge.to
    DirectedEdge.p0
    DirectedEdge.p1
    DirectedEdge.Edge
    DirectedEdge.Quadrant
    DirectedEdge.QuadrantEx
    DirectedEdge.DirectionPt
    DirectedEdge.EdgeDirection
    DirectedEdge.FromNode
    DirectedEdge.ToNode
    DirectedEdge.Coordinate
    DirectedEdge.Angle
    DirectedEdge.Sym
    DirectedEdge.CompareTo(object)
    DirectedEdge.CompareDirection(DirectedEdge)
    DirectedEdge.Write(StreamWriter)
    DirectedEdge.IsRemoved
    DirectedEdge.ToString()
    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)
    Namespace: NetTopologySuite.Operation.Linemerge
    Assembly: NetTopologySuite.dll
    Syntax
    public class LineMergeDirectedEdge : DirectedEdge, IComparable

    Constructors

    | Edit this page View Source

    LineMergeDirectedEdge(Node, Node, Coordinate, bool)

    Constructs a LineMergeDirectedEdge connecting the from node to the to node.

    Declaration
    public LineMergeDirectedEdge(Node from, Node to, Coordinate directionPt, bool edgeDirection)
    Parameters
    Type Name Description
    Node from
    Node to
    Coordinate directionPt

    specifies this DirectedEdge's direction (given by an imaginary line from the from node to directionPt).

    bool edgeDirection

    whether this DirectedEdge's direction is the same as or opposite to that of the parent Edge (if any).

    Properties

    | Edit this page View Source

    Next

    Returns the directed edge that starts at this directed edge's end point, or null if there are zero or multiple directed edges starting there.

    Declaration
    public LineMergeDirectedEdge Next { get; }
    Property Value
    Type Description
    LineMergeDirectedEdge

    Implements

    IComparable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX