Uses of Interface
org.geotools.graph.structure.DirectedNode
Packages that use DirectedNode
Package
Description
-
Uses of DirectedNode in org.geotools.graph.structure
Methods in org.geotools.graph.structure that return DirectedNodeModifier and TypeMethodDescriptionDirectedEdge.getInNode()
Returns the originating (in) node of the edge.DirectedEdge.getOutNode()
Returns the terminating (out) node of the edge.Methods in org.geotools.graph.structure with parameters of type DirectedNodeModifier and TypeMethodDescriptionDirectedNode.getInEdge
(DirectedNode other) Returns an edge that terminates at the node and originates from a specified node.DirectedNode.getInEdges
(DirectedNode other) Returns all edges that terminate at the node and originate from a specified node.DirectedNode.getOutEdge
(DirectedNode other) Returns an edge that originates at the node and terminates at a specified node.DirectedNode.getOutEdges
(DirectedNode other) Returns all edges that originate at the node and terminate from at specified node. -
Uses of DirectedNode in org.geotools.graph.structure.basic
Classes in org.geotools.graph.structure.basic that implement DirectedNodeMethods in org.geotools.graph.structure.basic that return DirectedNodeMethods in org.geotools.graph.structure.basic that return types with arguments of type DirectedNodeModifier and TypeMethodDescriptionBasicDirectedNode.getInRelated()
Returns all in nodes of in edges.BasicDirectedNode.getOutRelated()
Returns all out nodes of out edges.BasicDirectedNode.getRelated()
Returns an iterator over all out nodes of out edges and in nodes of in edges.Methods in org.geotools.graph.structure.basic with parameters of type DirectedNodeModifier and TypeMethodDescriptionBasicDirectedNode.getInEdge
(DirectedNode other) BasicDirectedNode.getInEdges
(DirectedNode other) BasicDirectedNode.getOutEdge
(DirectedNode other) BasicDirectedNode.getOutEdges
(DirectedNode other) Constructors in org.geotools.graph.structure.basic with parameters of type DirectedNodeModifierConstructorDescriptionBasicDirectedEdge
(DirectedNode in, DirectedNode out) Contstructs a new DirectedEdge. -
Uses of DirectedNode in org.geotools.graph.structure.line
Classes in org.geotools.graph.structure.line that implement DirectedNodeModifier and TypeClassDescriptionclass
Basic implementation of a directed XYNode extended from BasicDirectedNode.class
Optimized implementation of XYNode extended from OptDirectedNode. -
Uses of DirectedNode in org.geotools.graph.structure.opt
Classes in org.geotools.graph.structure.opt that implement DirectedNodeMethods in org.geotools.graph.structure.opt that return DirectedNodeMethods in org.geotools.graph.structure.opt with parameters of type DirectedNodeModifier and TypeMethodDescriptionOptDirectedNode.getInEdge
(DirectedNode other) OptDirectedNode.getInEdges
(DirectedNode other) OptDirectedNode.getOutEdge
(DirectedNode other) OptDirectedNode.getOutEdges
(DirectedNode other)