| Name | Description | Type | Package | Framework |
| BasicDirectedGraphBuilder | An implementation of GraphBuilder used to build directed graphs. | Class | org.geotools.graph.build.basic | GeoTools |
| BasicDirectedGraphGenerator | An implementation of GraphGenerator used to generate directed graphs. | Class | org.geotools.graph.build.basic | GeoTools |
| BasicDirectedLineGraphBuilder | An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks. | Class | org.geotools.graph.build.line | GeoTools |
| BasicDirectedLineGraphGenerator | An implementation of GraphGenerator used to generate a graph representing a directed line network. | Class | org.geotools.graph.build.line | GeoTools |
| BasicGraphBuilder | Basic implementation of GraphBuilder. | Class | org.geotools.graph.build.basic | GeoTools |
| BasicGraphGenerator | An implementation of GraphGenerator. | Class | org.geotools.graph.build.basic | GeoTools |
| BasicLineGraphBuilder | An implementation of GraphBuilder extended from BasicGraphBuilder used to build graphs representing line networks. | Class | org.geotools.graph.build.line | GeoTools |
| BasicLineGraphGenerator | An implementation of GraphGenerator used to generate a graph representing a line network. | Class | org.geotools.graph.build.line | GeoTools |
| DirectedLineStringGraphGenerator | Class | org.geotools.graph.build.line | GeoTools | |
| FeatureGraphGenerator | Builds a graph from org. | Class | org.geotools.graph.build.feature | GeoTools |
| GraphBuilder | Build the physical components of a Graph. | Interface | org.geotools.graph.build | GeoTools |
| GraphGenerator | Contructs a graph based on relationships between the entities (objects) modelled by the graph. | Interface | org.geotools.graph.build | GeoTools |
| LineGraphGenerator | Builds a graph representing a line network. | Interface | org.geotools.graph.build.line | GeoTools |
| LineStringGraphGenerator | Builds a graph representing a line network in which edges in the network are represented by LineString geometries. | Class | org.geotools.graph.build.line | GeoTools |
| OptDirectedGraphBuilder | An implementation of GraphBuilder that builds optimized directed graph Author:Justin Deoliveira, Refractions Research Inc, jdeolive@refractions. | Class | org.geotools.graph.build.opt | GeoTools |
| OptDirectedLineGraphBuilder | An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks. | Class | org.geotools.graph.build.line | GeoTools |
| OptDirectedLineGraphGenerator | An implementation of GraphGenerator used to generate an optimized graph representing a line network. | Class | org.geotools.graph.build.line | GeoTools |
| OptGraphBuilder | An implementation of GraphBuilder that builds optimized graph components. | Class | org.geotools.graph.build.opt | GeoTools |
| OptLineGraphBuilder | An inmplementation extended from OptGraphBuilder used to build optimized components for line networks. | Class | org.geotools.graph.build.line | GeoTools |
| OptLineGraphGenerator | An implementation of GraphGenerator used to generate an optimized graph representing a line network. | Class | org.geotools.graph.build.line | GeoTools |
| PolygonGraphGenerator | An implementation of GraphGenerator used to build graphs from a set This graph generator takes Polygon | Class | org.geotools.graph.build.polygon | GeoTools |
| PolygonGraphGenerator .PolygonRelationship | Determines the relationship among two polygons. | Interface | org.geotools.graph.build.polygon.PolygonGraphGenerator | GeoTools |