DirectedEdgeStar
, EdgeEndBundleStar
public abstract class EdgeEndStar
extends java.lang.Object
Constructor | Description |
---|---|
EdgeEndStar() |
Modifier and Type | Method | Description |
---|---|---|
void |
computeLabelling(GeometryGraph[] geomGraph) |
|
int |
findIndex(EdgeEnd eSearch) |
|
Coordinate |
getCoordinate() |
|
int |
getDegree() |
|
java.util.List |
getEdges() |
|
EdgeEnd |
getNextCW(EdgeEnd ee) |
|
abstract void |
insert(EdgeEnd e) |
Insert a EdgeEnd into this EdgeEndStar
|
boolean |
isAreaLabelsConsistent(GeometryGraph geomGraph) |
|
java.util.Iterator |
iterator() |
Iterator access to the ordered list of edges is optimized by
copying the map collection to a list.
|
void |
print(java.io.PrintStream out) |
|
java.lang.String |
toString() |
public abstract void insert(EdgeEnd e)
public Coordinate getCoordinate()
public int getDegree()
public java.util.Iterator iterator()
public java.util.List getEdges()
public void computeLabelling(GeometryGraph[] geomGraph)
public boolean isAreaLabelsConsistent(GeometryGraph geomGraph)
public int findIndex(EdgeEnd eSearch)
public void print(java.io.PrintStream out)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018. All rights reserved.