Uses of Interface
org.geotools.graph.build.GraphGenerator

Packages that use GraphGenerator
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
 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
 class FeatureGraphGenerator
          Builds a graph from Feature objects.
 

Constructors in org.geotools.graph.build.feature with parameters of type GraphGenerator
FeatureGraphGenerator(GraphGenerator decorated)
           
 

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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.