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 GraphBuilder
GraphGenerator. getGraphBuilder()
Returns the underlying builder.Methods in org.geotools.graph.build with parameters of type GraphBuilder Modifier and Type Method Description void
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 GraphBuilder Modifier and Type Class Description class
BasicDirectedGraphBuilder
An implementation of GraphBuilder used to build directed graphs.class
BasicGraphBuilder
Basic implementation of GraphBuilder.Methods in org.geotools.graph.build.basic that return GraphBuilder Modifier and Type Method Description GraphBuilder
BasicGraphGenerator. getGraphBuilder()
Methods in org.geotools.graph.build.basic with parameters of type GraphBuilder Modifier and Type Method Description void
BasicGraphGenerator. 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 GraphBuilder
FeatureGraphGenerator. 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 class
BasicDirectedLineGraphBuilder
An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.class
BasicLineGraphBuilder
An implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks.class
OptDirectedLineGraphBuilder
An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.class
OptLineGraphBuilder
An 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 GraphBuilder
BasicLineGraphGenerator. getGraphBuilder()
GraphBuilder
OptLineGraphGenerator. getGraphBuilder()
Methods in org.geotools.graph.build.line with parameters of type GraphBuilder Modifier and Type Method Description void
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 GraphBuilder Modifier and Type Class Description class
OptDirectedGraphBuilder
An implementation of GraphBuilder that builds optimized directed graph components.class
OptGraphBuilder
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 GraphBuilder Modifier and Type Method Description GraphBuilder
PolygonGraphGenerator. getGraphBuilder()
Methods in org.geotools.graph.build.polygon with parameters of type GraphBuilder Modifier and Type Method Description void
PolygonGraphGenerator. 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.
-