Uses of Interface
org.geotools.graph.structure.DirectedGraphable
-
Packages that use DirectedGraphable Package Description org.geotools.graph.structure org.geotools.graph.structure.basic org.geotools.graph.structure.line org.geotools.graph.structure.opt -
-
Uses of DirectedGraphable in org.geotools.graph.structure
Subinterfaces of DirectedGraphable in org.geotools.graph.structure Modifier and Type Interface Description interface
DirectedEdge
Represents an edge in a directed graph.interface
DirectedNode
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 DirectedGraphable Modifier and Type Class Description class
BasicDirectedEdge
Basic implementation of DirectedEdge.class
BasicDirectedNode
Basic implementation of DirectedNode. -
Uses of DirectedGraphable in org.geotools.graph.structure.line
Classes in org.geotools.graph.structure.line that implement DirectedGraphable Modifier and Type Class Description class
BasicDirectedXYNode
Basic implementation of a directed XYNode extended from BasicDirectedNode.class
OptDirectedXYNode
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 DirectedGraphable Modifier and Type Class Description class
OptDirectedEdge
Optimized implementation of DirectedEdge.class
OptDirectedNode
Optimized implementation of DirectedNode.
-