| Modifier and Type | Method and Description | 
|---|---|
| GraphBuilder | GraphGenerator. getGraphBuilder()Returns the underlying builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GraphGenerator. setGraphBuilder(GraphBuilder builder)Sets the underlying builder used to physically construct the graph. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicDirectedGraphBuilderAn implementation of GraphBuilder used to build directed graphs. | 
| class  | BasicGraphBuilderBasic implementation of GraphBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphBuilder | BasicGraphGenerator. getGraphBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicGraphGenerator. setGraphBuilder(GraphBuilder builder) | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphBuilder | FeatureGraphGenerator. getGraphBuilder() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicDirectedLineGraphBuilderAn implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs
 representing directed line networks. | 
| class  | BasicLineGraphBuilderAn implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs
 representing line networks. | 
| class  | OptDirectedLineGraphBuilderAn inmplementation extended from OptDirectedGraphBuilder used to build optimized directed
 components for line networks. | 
| class  | OptLineGraphBuilderAn inmplementation extended from OptGraphBuilder used to build optimized components for line
 networks. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphBuilder | BasicLineGraphGenerator. getGraphBuilder() | 
| GraphBuilder | OptLineGraphGenerator. getGraphBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicLineGraphGenerator. setGraphBuilder(GraphBuilder builder) | 
| void | OptLineGraphGenerator. setGraphBuilder(GraphBuilder builder) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OptDirectedGraphBuilderAn implementation of GraphBuilder that builds optimized directed graph components. | 
| class  | OptGraphBuilderAn implementation of GraphBuilder that builds optimized graph components. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphBuilder | PolygonGraphGenerator. getGraphBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PolygonGraphGenerator. setGraphBuilder(GraphBuilder builder) | 
| Constructor and Description | 
|---|
| PolygonGraphGenerator(GraphBuilder builder,
                     PolygonGraphGenerator.PolygonRelationship rel) | 
| Constructor and Description | 
|---|
| GraphFuser(Graph graph,
          GraphBuilder builder,
          GraphFuser.EdgeMerger merger)Constructs a GraphFuser. | 
Copyright © 1996–2019 Geotools. All rights reserved.