com.vividsolutions.jts.operation.relate
Class EdgeEndBundleStar
public 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.
computeLabelling , findIndex , getCoordinate , getDegree , getEdges , getNextCW , insert , insertEdgeEnd , isAreaLabelsConsistent , iterator , print |
EdgeEndBundleStar
public EdgeEndBundleStar()
insert
public void insert(EdgeEnd e)
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.
- insert in interface EdgeEndStar