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
- fromNode
- toNode
- directionPtCoordinate
- specifies this DirectedEdge's direction (given by an imaginary line from the - fromnode to- directionPt).
- edgeDirectionbool
- 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; }