|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphGenerator | |
org.geotools.graph.build.basic | |
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 | |
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.line |
Subinterfaces of GraphGenerator in org.geotools.graph.build.line | |
interface |
LineGraphGenerator
|
Classes in org.geotools.graph.build.line that implement GraphGenerator | |
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 | |
class |
PolygonGraphGenerator
An implementation of GraphGenerator used to build graphs from a set of polygons. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |