Uses of Interface
org.geotools.graph.traverse.GraphIterator
Packages that use GraphIterator
Package
Description
-
Uses of GraphIterator in org.geotools.graph.traverse
Methods in org.geotools.graph.traverse that return GraphIteratorModifier and TypeMethodDescriptionGraphTraversal.getIterator()Returns the iterator that specifies the order in which to visit graph components.Methods in org.geotools.graph.traverse with parameters of type GraphIteratorModifier and TypeMethodDescriptionvoidGraphTraversal.setIterator(GraphIterator iterator) Sets the iterator that specifies the order in which visit graph components. -
Uses of GraphIterator in org.geotools.graph.traverse.basic
Classes in org.geotools.graph.traverse.basic that implement GraphIteratorModifier and TypeClassDescriptionclassAn abstract implementation of GraphIterator.classA GraphIterator that starts iteration from a specefied point.Methods in org.geotools.graph.traverse.basic that return GraphIteratorMethods in org.geotools.graph.traverse.basic with parameters of type GraphIteratorModifier and TypeMethodDescriptionvoidBasicGraphTraversal.setIterator(GraphIterator iterator) Sets the iterator and intializes it.Constructors in org.geotools.graph.traverse.basic with parameters of type GraphIteratorModifierConstructorDescriptionBasicGraphTraversal(Graph graph, GraphWalker walker, GraphIterator iterator) Constructs a new graph traversal.StagedGraphTraversal(Graph graph, GraphWalker walker, GraphIterator iterator) -
Uses of GraphIterator in org.geotools.graph.traverse.standard
Classes in org.geotools.graph.traverse.standard that implement GraphIteratorModifier and TypeClassDescriptionclassA path iterator that uses a function (usually denoted f(x)) to determine the order in which the algorithm visits nodes, f(x) is a sum of two functions: The path-cost function (usually denoted g(x), which may or may not be a heuristic) An admissible "heuristic estimate" (usually denoted h(x)).classIterates over the nodes of a graph in a Breadth First Search pattern starting from a specified node.classIterates over the nodes of a graph in Breadth First Topological Sort pattern.classIterates over the nodes of a graph in a Depth First Search pattern starting from a specified node.classIterates over the nodes of a graph in Depth First Topological Sort pattern.classIterates over the nodes of a graph in pattern using Dijkstra's Shortest Path Algorithm.classclassclassclassclassclassIterates over the nodes of a graph starting from a specified node, stopping at a bifurcation. -
Uses of GraphIterator in org.geotools.graph.util.graph
Methods in org.geotools.graph.util.graph that return GraphIteratorModifier and TypeMethodDescriptionprotected GraphIteratorCycleDetector.createIterator()Creates the iterator to be used in the cycle detection.protected GraphIteratorDirectedCycleDetector.createIterator()