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