Uses of Class
org.geotools.graph.traverse.standard.AStarIterator.AStarNode
Packages that use AStarIterator.AStarNode
-
Uses of AStarIterator.AStarNode in org.geotools.graph.traverse.standard
Methods in org.geotools.graph.traverse.standard that return AStarIterator.AStarNodeMethods in org.geotools.graph.traverse.standard with parameters of type AStarIterator.AStarNodeModifier and TypeMethodDescriptionabstract double
AStarIterator.AStarFunctions.cost
(AStarIterator.AStarNode n1, AStarIterator.AStarNode n2) Defines the cost of going from one node to anothervoid
AStarIterator.AStarNode.setParent
(AStarIterator.AStarNode an)