Class EdgeEndBundleStar
An ordered list of EdgeEndBundle
s around a RelateNode
.
They are maintained in CCW order (starting with the positive x-axis) around the node
for efficient lookup and topology building.
Inherited Members
Namespace: NetTopologySuite.Operation.Relate
Assembly: NetTopologySuite.dll
Syntax
public class EdgeEndBundleStar : EdgeEndStar
Methods
| Improve this Doc View SourceInsert(EdgeEnd)
Insert a EdgeEnd in order in the list. If there is an existing EdgeStubBundle which is parallel, the EdgeEnd is added to the bundle. Otherwise, a new EdgeEndBundle is created to contain the EdgeEnd.
Declaration
public override void Insert(EdgeEnd e)
Parameters
Type | Name | Description |
---|---|---|
EdgeEnd | e |
Overrides
| Improve this Doc View SourceUpdateIM(IntersectionMatrix)
Update the IM with the contribution for the EdgeStubs around the node.
Declaration
public void UpdateIM(IntersectionMatrix im)
Parameters
Type | Name | Description |
---|---|---|
IntersectionMatrix | im |