Uses of Interface
org.geotools.graph.build.GraphBuilder

Packages that use GraphBuilder
org.geotools.graph.build   
org.geotools.graph.build.basic   
org.geotools.graph.build.line   
org.geotools.graph.build.opt   
org.geotools.graph.build.polygon   
org.geotools.graph.util.graph   
 

Uses of GraphBuilder in org.geotools.graph.build
 

Methods in org.geotools.graph.build that return GraphBuilder
 GraphBuilder GraphGenerator.getGraphBuilder()
          Returns the underlying builder.
 

Methods in org.geotools.graph.build with parameters of type GraphBuilder
 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
 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
 GraphBuilder BasicGraphGenerator.getGraphBuilder()
           
 

Methods in org.geotools.graph.build.basic with parameters of type GraphBuilder
 void BasicGraphGenerator.setGraphBuilder(GraphBuilder builder)
           
 

Uses of GraphBuilder in org.geotools.graph.build.line
 

Classes in org.geotools.graph.build.line that implement GraphBuilder
 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
 GraphBuilder OptLineGraphGenerator.getGraphBuilder()
           
 GraphBuilder BasicLineGraphGenerator.getGraphBuilder()
           
 

Methods in org.geotools.graph.build.line with parameters of type GraphBuilder
 void OptLineGraphGenerator.setGraphBuilder(GraphBuilder builder)
           
 void BasicLineGraphGenerator.setGraphBuilder(GraphBuilder builder)
           
 

Uses of GraphBuilder in org.geotools.graph.build.opt
 

Classes in org.geotools.graph.build.opt that implement GraphBuilder
 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
 GraphBuilder PolygonGraphGenerator.getGraphBuilder()
           
 

Methods in org.geotools.graph.build.polygon with parameters of type GraphBuilder
 void PolygonGraphGenerator.setGraphBuilder(GraphBuilder builder)
           
 

Constructors in org.geotools.graph.build.polygon with parameters of type GraphBuilder
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
GraphFuser(Graph graph, GraphBuilder builder, GraphFuser.EdgeMerger merger)
          Constructs a GraphFuser.
 



Copyright © GeoTools. All Rights Reserved.