Uses of Interface
org.geotools.graph.build.GraphBuilder
-
-
Uses of GraphBuilder in org.geotools.graph.build
Methods in org.geotools.graph.build that return GraphBuilder Modifier and Type Method Description GraphBuilderGraphGenerator. getGraphBuilder()Returns the underlying builder.Methods in org.geotools.graph.build with parameters of type GraphBuilder Modifier and Type Method Description voidGraphGenerator. 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 GraphBuilder Modifier and Type Class Description classBasicDirectedGraphBuilderAn implementation of GraphBuilder used to build directed graphs.classBasicGraphBuilderBasic implementation of GraphBuilder.Methods in org.geotools.graph.build.basic that return GraphBuilder Modifier and Type Method Description GraphBuilderBasicGraphGenerator. getGraphBuilder()Methods in org.geotools.graph.build.basic with parameters of type GraphBuilder Modifier and Type Method Description voidBasicGraphGenerator. setGraphBuilder(GraphBuilder builder) -
Uses of GraphBuilder in org.geotools.graph.build.feature
Methods in org.geotools.graph.build.feature that return GraphBuilder Modifier and Type Method Description GraphBuilderFeatureGraphGenerator. getGraphBuilder() -
Uses of GraphBuilder in org.geotools.graph.build.line
Classes in org.geotools.graph.build.line that implement GraphBuilder Modifier and Type Class Description classBasicDirectedLineGraphBuilderAn implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.classBasicLineGraphBuilderAn implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks.classOptDirectedLineGraphBuilderAn inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.classOptLineGraphBuilderAn inmplementation extended from OptGraphBuilder used to build optimized components for line networks.Methods in org.geotools.graph.build.line that return GraphBuilder Modifier and Type Method Description GraphBuilderBasicLineGraphGenerator. getGraphBuilder()GraphBuilderOptLineGraphGenerator. getGraphBuilder()Methods in org.geotools.graph.build.line with parameters of type GraphBuilder Modifier and Type Method Description voidBasicLineGraphGenerator. 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 GraphBuilder Modifier and Type Class Description classOptDirectedGraphBuilderAn implementation of GraphBuilder that builds optimized directed graph components.classOptGraphBuilderAn 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 GraphBuilder Modifier and Type Method Description GraphBuilderPolygonGraphGenerator. getGraphBuilder()Methods in org.geotools.graph.build.polygon with parameters of type GraphBuilder Modifier and Type Method Description voidPolygonGraphGenerator. setGraphBuilder(GraphBuilder builder)Constructors in org.geotools.graph.build.polygon with parameters of type GraphBuilder Constructor Description PolygonGraphGenerator(GraphBuilder builder, PolygonGraphGenerator.PolygonRelationship rel) -
Uses of GraphBuilder in org.geotools.graph.util.graph
Constructors in org.geotools.graph.util.graph with parameters of type GraphBuilder Constructor Description GraphFuser(Graph graph, GraphBuilder builder, GraphFuser.EdgeMerger merger)Constructs a GraphFuser.
-