Uses of Interface
org.geotools.graph.build.GraphGenerator
-
Packages that use GraphGenerator Package Description org.geotools.graph.build.basic org.geotools.graph.build.feature org.geotools.graph.build.line org.geotools.graph.build.polygon -
-
Uses of GraphGenerator in org.geotools.graph.build.basic
Classes in org.geotools.graph.build.basic that implement GraphGenerator Modifier and Type Class Description class
BasicDirectedGraphGenerator
An implementation of GraphGenerator used to generate directed graphs.class
BasicGraphGenerator
An implementation of GraphGenerator. -
Uses of GraphGenerator in org.geotools.graph.build.feature
Classes in org.geotools.graph.build.feature that implement GraphGenerator Modifier and Type Class Description class
FeatureGraphGenerator
Builds a graph fromorg.geotools.feature.Feature
objects.Methods in org.geotools.graph.build.feature that return GraphGenerator Modifier and Type Method Description GraphGenerator
FeatureGraphGenerator. getDecorated()
Constructors in org.geotools.graph.build.feature with parameters of type GraphGenerator Constructor Description FeatureGraphGenerator(GraphGenerator decorated)
-
Uses of GraphGenerator in org.geotools.graph.build.line
Subinterfaces of GraphGenerator in org.geotools.graph.build.line Modifier and Type Interface Description interface
LineGraphGenerator
Builds a graph representing a line network.Classes in org.geotools.graph.build.line that implement GraphGenerator Modifier and Type Class 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. -
Uses of GraphGenerator in org.geotools.graph.build.polygon
Classes in org.geotools.graph.build.polygon that implement GraphGenerator Modifier and Type Class Description class
PolygonGraphGenerator
An implementation of GraphGenerator used to build graphs from a set of polygons.
-