Uses of Class
org.locationtech.jts.planargraph.DirectedEdgeStar
Packages that use DirectedEdgeStar
Package
Description
Contains classes to implement a planar graph data structure.
-
Uses of DirectedEdgeStar in org.locationtech.jts.planargraph
Fields in org.locationtech.jts.planargraph declared as DirectedEdgeStarModifier and TypeFieldDescriptionprotected DirectedEdgeStar
Node.deStar
The collection of DirectedEdges that leave this NodeMethods in org.locationtech.jts.planargraph that return DirectedEdgeStarModifier and TypeMethodDescriptionNode.getOutEdges()
Returns the collection of DirectedEdges that leave this Node.Constructors in org.locationtech.jts.planargraph with parameters of type DirectedEdgeStarModifierConstructorDescriptionNode
(Coordinate pt, DirectedEdgeStar deStar) Constructs a Node with the given location and collection of outgoing DirectedEdges.