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 TypeMethodDescriptionvoidGraphGenerator.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 TypeClassDescriptionclassAn implementation of GraphBuilder used to build directed graphs.classBasic 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 TypeClassDescriptionclassAn implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.classAn implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks.classAn inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.classAn 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 TypeMethodDescriptionvoidBasicLineGraphGenerator.setGraphBuilder(GraphBuilder builder) voidOptLineGraphGenerator.setGraphBuilder(GraphBuilder builder) -
Uses of GraphBuilder in org.geotools.graph.build.opt
Classes in org.geotools.graph.build.opt that implement GraphBuilderModifier and TypeClassDescriptionclassAn implementation of GraphBuilder that builds optimized directed graph components.classAn 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 TypeMethodDescriptionvoidPolygonGraphGenerator.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.