Uses of Interface
org.geotools.graph.build.line.LineGraphGenerator
-
Packages that use LineGraphGenerator Package Description org.geotools.graph.build.line -
-
Uses of LineGraphGenerator in org.geotools.graph.build.line
Classes in org.geotools.graph.build.line that implement LineGraphGenerator 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.
-