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 |
BasicDirectedGraphBuilder
An implementation of GraphBuilder used to build directed graphs.
|
class |
BasicGraphBuilder
Basic 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 |
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.
|
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 |
OptDirectedGraphBuilder
An implementation of GraphBuilder that builds optimized directed graph components.
|
class |
OptGraphBuilder
An 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.