Class LineMergeDirectedEdge
A com.vividsolutions.jts.planargraph.DirectedEdge
of a LineMergeGraph
.
Implements
Inherited Members
Namespace: NetTopologySuite.Operation.Linemerge
Assembly: NetTopologySuite.dll
Syntax
public class LineMergeDirectedEdge : DirectedEdge, IComparable
Constructors
| Improve this Doc View SourceLineMergeDirectedEdge(Node, Node, Coordinate, Boolean)
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 |
Boolean | edgeDirection | whether this DirectedEdge's direction is the same as or opposite to that of the parent Edge (if any). |
Properties
| Improve this Doc View SourceNext
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 |