|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geomgraph.EdgeIntersectionList
A list of edge intersections along an Edge
Constructor Summary | |
EdgeIntersectionList(Edge edge)
|
Method Summary | |
EdgeIntersection |
add(Coordinate intPt,
int segmentIndex,
double dist)
Adds an intersection into the list, if it isn't already there. |
void |
addEndpoints()
Adds entries for the first and last points of the edge to the list |
void |
addSplitEdges(java.util.List edgeList)
Creates new edges for all the edges that the intersections in this list split the parent edge into. |
boolean |
isIntersection(Coordinate pt)
This routine searches the list for the insertion point for the given intersection (which must be in normalized form). |
java.util.Iterator |
iterator()
returns an iterator of EdgeIntersections |
void |
print(java.io.PrintStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EdgeIntersectionList(Edge edge)
Method Detail |
public EdgeIntersection add(Coordinate intPt, int segmentIndex, double dist)
public java.util.Iterator iterator()
public boolean isIntersection(Coordinate pt)
public void addEndpoints()
public void addSplitEdges(java.util.List edgeList)
public void print(java.io.PrintStream out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |