Class EdgeEndBundleStar
- Namespace
- NetTopologySuite.Operation.Relate
- Assembly
- NetTopologySuite.dll
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.
public class EdgeEndBundleStar : EdgeEndStar
- Inheritance
-
EdgeEndBundleStar
- Inherited Members
Constructors
EdgeEndBundleStar()
public EdgeEndBundleStar()
Methods
Insert(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.
public override void Insert(EdgeEnd e)
Parameters
e
EdgeEnd
UpdateIM(IntersectionMatrix)
Update the IM with the contribution for the EdgeStubs around the node.
public void UpdateIM(IntersectionMatrix im)