Uses of Interface
org.geotools.graph.build.GraphBuilder
Packages that use GraphBuilder
Package
Description
-
Uses of GraphBuilder in org.geotools.graph.build
Methods in org.geotools.graph.build that return GraphBuilderModifier and TypeMethodDescriptionGraphGenerator.getGraphBuilder()
Returns the underlying builder.Methods in org.geotools.graph.build with parameters of type GraphBuilderModifier and TypeMethodDescriptionvoid
GraphGenerator.setGraphBuilder
(GraphBuilder builder) Sets the underlying builder used to physically construct the graph. -
Uses of GraphBuilder in org.geotools.graph.build.basic
Classes in org.geotools.graph.build.basic that implement GraphBuilderModifier and TypeClassDescriptionclass
An implementation of GraphBuilder used to build directed graphs.class
Basic implementation of GraphBuilder.Methods in org.geotools.graph.build.basic that return GraphBuilderMethods in org.geotools.graph.build.basic with parameters of type GraphBuilder -
Uses of GraphBuilder in org.geotools.graph.build.feature
Methods in org.geotools.graph.build.feature that return GraphBuilder -
Uses of GraphBuilder in org.geotools.graph.build.line
Classes in org.geotools.graph.build.line that implement GraphBuilderModifier and TypeClassDescriptionclass
An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.class
An implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks.class
An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.class
An inmplementation extended from OptGraphBuilder used to build optimized components for line networks.Methods in org.geotools.graph.build.line that return GraphBuilderModifier and TypeMethodDescriptionBasicLineGraphGenerator.getGraphBuilder()
OptLineGraphGenerator.getGraphBuilder()
Methods in org.geotools.graph.build.line with parameters of type GraphBuilderModifier and TypeMethodDescriptionvoid
BasicLineGraphGenerator.setGraphBuilder
(GraphBuilder builder) void
OptLineGraphGenerator.setGraphBuilder
(GraphBuilder builder) -
Uses of GraphBuilder in org.geotools.graph.build.opt
Classes in org.geotools.graph.build.opt that implement GraphBuilderModifier and TypeClassDescriptionclass
An implementation of GraphBuilder that builds optimized directed graph components.class
An implementation of GraphBuilder that builds optimized graph components. -
Uses of GraphBuilder in org.geotools.graph.build.polygon
Methods in org.geotools.graph.build.polygon that return GraphBuilderMethods in org.geotools.graph.build.polygon with parameters of type GraphBuilderModifier and TypeMethodDescriptionvoid
PolygonGraphGenerator.setGraphBuilder
(GraphBuilder builder) Constructors in org.geotools.graph.build.polygon with parameters of type GraphBuilderModifierConstructorDescription -
Uses of GraphBuilder in org.geotools.graph.util.graph
Constructors in org.geotools.graph.util.graph with parameters of type GraphBuilderModifierConstructorDescriptionGraphFuser
(Graph graph, GraphBuilder builder, GraphFuser.EdgeMerger merger) Constructs a GraphFuser.