|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectedEdgeStar | |
---|---|
com.vividsolutions.jts.planargraph | Contains classes to implement a planar graph data structure. |
Uses of DirectedEdgeStar in com.vividsolutions.jts.planargraph |
---|
Fields in com.vividsolutions.jts.planargraph declared as DirectedEdgeStar | |
---|---|
protected DirectedEdgeStar |
Node.deStar
The collection of DirectedEdges that leave this Node |
Methods in com.vividsolutions.jts.planargraph that return DirectedEdgeStar | |
---|---|
DirectedEdgeStar |
Node.getOutEdges()
Returns the collection of DirectedEdges that leave this Node. |
Constructors in com.vividsolutions.jts.planargraph with parameters of type DirectedEdgeStar | |
---|---|
Node(Coordinate pt,
DirectedEdgeStar deStar)
Constructs a Node with the given location and collection of outgoing DirectedEdges. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |