|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.geomgraph.EdgeList
public class EdgeList
A EdgeList is a list of Edges. It supports locating edges that are pointwise equals to a target edge.
| Constructor Summary | |
|---|---|
EdgeList()
|
|
| Method Summary | |
|---|---|
void |
add(Edge e)
Insert an edge unless it is already in the list |
void |
addAll(Collection edgeColl)
|
int |
findEdgeIndex(Edge e)
If the edge e is already in the list, return its index. |
Edge |
findEqualEdge(Edge e)
If there is an edge equal to e already in the list, return it. |
Edge |
get(int i)
|
List |
getEdges()
|
Iterator |
iterator()
|
void |
print(PrintStream out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeList()
| Method Detail |
|---|
public void add(Edge e)
public void addAll(Collection edgeColl)
public List getEdges()
public Edge findEqualEdge(Edge e)
public Iterator iterator()
public Edge get(int i)
public int findEdgeIndex(Edge e)
public void print(PrintStream out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||