Table of Contents

Class LineMergeDirectedEdge

Namespace
NetTopologySuite.Operation.Linemerge
Assembly
NetTopologySuite.dll

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

public class LineMergeDirectedEdge : DirectedEdge, IComparable
Inheritance
LineMergeDirectedEdge
Implements
Inherited Members

Constructors

LineMergeDirectedEdge(Node, Node, Coordinate, bool)

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

public LineMergeDirectedEdge(Node from, Node to, Coordinate directionPt, bool edgeDirection)

Parameters

from Node
to Node
directionPt Coordinate

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

edgeDirection bool

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

Properties

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.

public LineMergeDirectedEdge Next { get; }

Property Value

LineMergeDirectedEdge