Uses of Interface
org.geotools.graph.build.GraphGenerator
Packages that use GraphGenerator
Package
Description
-
Uses of GraphGenerator in org.geotools.graph.build.basic
Classes in org.geotools.graph.build.basic that implement GraphGeneratorModifier and TypeClassDescriptionclass
An implementation of GraphGenerator used to generate directed graphs.class
An implementation of GraphGenerator. -
Uses of GraphGenerator in org.geotools.graph.build.feature
Classes in org.geotools.graph.build.feature that implement GraphGeneratorModifier and TypeClassDescriptionclass
Builds a graph fromorg.geotools.feature.Feature
objects.Methods in org.geotools.graph.build.feature that return GraphGeneratorConstructors in org.geotools.graph.build.feature with parameters of type GraphGenerator -
Uses of GraphGenerator in org.geotools.graph.build.line
Subinterfaces of GraphGenerator in org.geotools.graph.build.lineModifier and TypeInterfaceDescriptioninterface
Builds a graph representing a line network.Classes in org.geotools.graph.build.line that implement GraphGeneratorModifier and TypeClassDescriptionclass
An implementation of GraphGenerator used to generate a graph representing a directed line network.class
An implementation of GraphGenerator used to generate a graph representing a line network.class
class
Builds a graph representing a line network in which edges in the network are represented by LineString geometries.class
An implementation of GraphGenerator used to generate an optimized graph representing a line network.class
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 GraphGeneratorModifier and TypeClassDescriptionclass
An implementation of GraphGenerator used to build graphs from a set of polygons.