| Constructor and Description |
|---|
EdgeIntersectionList(Edge
|
| Modifier and Type | Method and Description |
|---|---|
EdgeIntersection |
add(Coordinate
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(List
Creates new edges for all the edges that the intersections in this list split the parent edge into.
|
boolean |
isIntersection(Coordinate
Tests if the given point is an edge intersection
|
Iterator |
iterator()
Returns an iterator of
EdgeIntersections
|
void |
print(PrintStream
|
public EdgeIntersectionList(Edgeedge)
public EdgeIntersectionadd(Coordinate intPt, int segmentIndex, double dist)
public Iteratoriterator()
EdgeIntersections
public boolean isIntersection(Coordinatept)
pt - the point to test
public void addEndpoints()
public void addSplitEdges(ListedgeList)
edgeList - a list of EdgeIntersections
public void print(PrintStreamout)