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 classBasicDirectedGraphGeneratorAn implementation of GraphGenerator used to generate directed graphs.classBasicGraphGeneratorAn 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 classFeatureGraphGeneratorBuilds a graph fromorg.geotools.feature.Featureobjects.Methods in org.geotools.graph.build.feature that return GraphGenerator Modifier and Type Method Description GraphGeneratorFeatureGraphGenerator. 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 interfaceLineGraphGeneratorBuilds a graph representing a line network.Classes in org.geotools.graph.build.line that implement GraphGenerator Modifier and Type Class Description classBasicDirectedLineGraphGeneratorAn implementation of GraphGenerator used to generate a graph representing a directed line network.classBasicLineGraphGeneratorAn implementation of GraphGenerator used to generate a graph representing a line network.classDirectedLineStringGraphGeneratorclassLineStringGraphGeneratorBuilds a graph representing a line network in which edges in the network are represented by LineString geometries.classOptDirectedLineGraphGeneratorAn implementation of GraphGenerator used to generate an optimized graph representing a line network.classOptLineGraphGeneratorAn 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 classPolygonGraphGeneratorAn implementation of GraphGenerator used to build graphs from a set of polygons. 
 -