Uses of Interface
org.geotools.graph.structure.GraphVisitor
Packages that use GraphVisitor
Package
Description
-
Uses of GraphVisitor in org.geotools.graph.path
Methods in org.geotools.graph.path with parameters of type GraphVisitor -
Uses of GraphVisitor in org.geotools.graph.structure
Methods in org.geotools.graph.structure with parameters of type GraphVisitorModifier and TypeMethodDescriptionGraph.queryEdges
(GraphVisitor visitor) Performs a query against the edges of the graph.Graph.queryNodes
(GraphVisitor visitor) Performs a query against the nodes of the graph.void
Graph.visitEdges
(GraphVisitor visitor) Applies the visitor pattern to the edges of the graph.void
Graph.visitNodes
(GraphVisitor visitor) Applies the visitor pattern to the nodes of the graph. -
Uses of GraphVisitor in org.geotools.graph.structure.basic
Methods in org.geotools.graph.structure.basic with parameters of type GraphVisitorModifier and TypeMethodDescriptionBasicGraph.queryEdges
(GraphVisitor visitor) BasicGraph.queryNodes
(GraphVisitor visitor) void
BasicGraph.visitEdges
(GraphVisitor visitor) void
BasicGraph.visitNodes
(GraphVisitor visitor) -
Uses of GraphVisitor in org.geotools.graph.traverse.basic
Methods in org.geotools.graph.traverse.basic that return GraphVisitorMethods in org.geotools.graph.traverse.basic with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoid
SimpleGraphWalker.setVisitor
(GraphVisitor visitor) Sets the underlying visitor.Constructors in org.geotools.graph.traverse.basic with parameters of type GraphVisitorModifierConstructorDescriptionSimpleGraphWalker
(GraphVisitor visitor) Creates a GraphWalker from a preexising GraphVisitor.