Package | Description |
---|---|
org.geotools.graph.build.basic | |
org.geotools.graph.build.feature | |
org.geotools.graph.build.line | |
org.geotools.graph.build.polygon |
Modifier and Type | Class and Description |
---|---|
class |
BasicDirectedGraphGenerator
An implementation of GraphGenerator used to generate directed graphs.
|
class |
BasicGraphGenerator
An implementation of GraphGenerator.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureGraphGenerator
Builds a graph from
org.geotools.feature.Feature objects. |
Modifier and Type | Method and Description |
---|---|
GraphGenerator |
FeatureGraphGenerator.getDecorated() |
Constructor and Description |
---|
FeatureGraphGenerator(GraphGenerator decorated) |
Modifier and Type | Interface and Description |
---|---|
interface |
LineGraphGenerator
Builds a graph representing a line network.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDirectedLineGraphGenerator
An implementation of GraphGenerator used to generate a graph representing a directed line
network.
|
class |
BasicLineGraphGenerator
An implementation of GraphGenerator used to generate a graph representing a line network.
|
class |
DirectedLineStringGraphGenerator |
class |
LineStringGraphGenerator
Builds a graph representing a line network in which edges in the network are represented by
LineString geometries.
|
class |
OptDirectedLineGraphGenerator
An implementation of GraphGenerator used to generate an optimized graph representing a line
network.
|
class |
OptLineGraphGenerator
An implementation of GraphGenerator used to generate an optimized graph representing a line
network.
|
Modifier and Type | Class and Description |
---|---|
class |
PolygonGraphGenerator
An implementation of GraphGenerator used to build graphs from a set of polygons.
|
Copyright © 1996–2019 Geotools. All rights reserved.