Uses of Interface
org.geotools.graph.structure.DirectedGraphable
Packages that use DirectedGraphable
Package
Description
-
Uses of DirectedGraphable in org.geotools.graph.structure
Subinterfaces of DirectedGraphable in org.geotools.graph.structureModifier and TypeInterfaceDescriptioninterface
Represents an edge in a directed graph.interface
Represents a node in a directed graph. -
Uses of DirectedGraphable in org.geotools.graph.structure.basic
Classes in org.geotools.graph.structure.basic that implement DirectedGraphableModifier and TypeClassDescriptionclass
Basic implementation of DirectedEdge.class
Basic implementation of DirectedNode. -
Uses of DirectedGraphable in org.geotools.graph.structure.line
Classes in org.geotools.graph.structure.line that implement DirectedGraphableModifier and TypeClassDescriptionclass
Basic implementation of a directed XYNode extended from BasicDirectedNode.class
Optimized implementation of XYNode extended from OptDirectedNode. -
Uses of DirectedGraphable in org.geotools.graph.structure.opt
Classes in org.geotools.graph.structure.opt that implement DirectedGraphableModifier and TypeClassDescriptionclass
Optimized implementation of DirectedEdge.class
Optimized implementation of DirectedNode.