Uses of Class
com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Packages that use DirectedEdgeStar Package Description 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 Modifier and Type Field Description protected DirectedEdgeStarNode. deStarThe collection of DirectedEdges that leave this NodeMethods in com.vividsolutions.jts.planargraph that return DirectedEdgeStar Modifier and Type Method Description DirectedEdgeStarNode. getOutEdges()Returns the collection of DirectedEdges that leave this Node.Constructors in com.vividsolutions.jts.planargraph with parameters of type DirectedEdgeStar Constructor Description Node(Coordinate pt, DirectedEdgeStar deStar)Constructs a Node with the given location and collection of outgoing DirectedEdges.
-