Class RelateNode
- Namespace
- NetTopologySuite.Operation.Relate
- Assembly
- NetTopologySuite.dll
A RelateNode is a Node that maintains a list of EdgeStubs for the edges that are incident on it.
public class RelateNode : Node
- Inheritance
-
RelateNode
- Inherited Members
Constructors
RelateNode(Coordinate, EdgeEndStar)
public RelateNode(Coordinate coord, EdgeEndStar edges)
Parameters
coord
Coordinateedges
EdgeEndStar
Methods
ComputeIM(IntersectionMatrix)
Update the IM with the contribution for this component. A component only contributes if it has a labelling for both parent geometries.
public override void ComputeIM(IntersectionMatrix im)
Parameters
UpdateIMFromEdges(IntersectionMatrix)
Update the IM with the contribution for the EdgeEnds incident on this node.
public void UpdateIMFromEdges(IntersectionMatrix im)