|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geomgraph.EdgeEndStar
com.vividsolutions.jts.operation.relate.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.
Field Summary |
---|
Fields inherited from class com.vividsolutions.jts.geomgraph.EdgeEndStar |
---|
edgeList, edgeMap |
Constructor Summary | |
---|---|
EdgeEndBundleStar()
Creates a new empty EdgeEndBundleStar |
Method Summary | |
---|---|
void |
insert(EdgeEnd e)
Insert a EdgeEnd in order in the list. |
Methods inherited from class com.vividsolutions.jts.geomgraph.EdgeEndStar |
---|
computeLabelling, findIndex, getCoordinate, getDegree, getEdges, getNextCW, insertEdgeEnd, isAreaLabelsConsistent, iterator, print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeEndBundleStar()
Method Detail |
---|
public void insert(EdgeEnd e)
insert
in class EdgeEndStar
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |