Uses of Interface
org.geotools.graph.structure.DirectedNode

Packages that use DirectedNode
org.geotools.graph.structure   
org.geotools.graph.structure.basic   
org.geotools.graph.structure.line   
org.geotools.graph.structure.opt   
 

Uses of DirectedNode in org.geotools.graph.structure
 

Methods in org.geotools.graph.structure that return DirectedNode
 DirectedNode DirectedEdge.getInNode()
          Returns the originating (in) node of the edge.
 DirectedNode DirectedEdge.getOutNode()
          Returns the terminating (out) node of the edge.
 

Methods in org.geotools.graph.structure with parameters of type DirectedNode
 Edge DirectedNode.getInEdge(DirectedNode other)
          Returns an edge that terminates at the node and originates from a specified node.
 java.util.List DirectedNode.getInEdges(DirectedNode other)
          Returns all edges that terminate at the node and originate from a specified node.
 Edge DirectedNode.getOutEdge(DirectedNode other)
          Returns an edge that originates at the node and terminates at a specified node.
 java.util.List 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 DirectedNode
 class BasicDirectedNode
          Basic implementation of DirectedNode.
 

Methods in org.geotools.graph.structure.basic that return DirectedNode
 DirectedNode BasicDirectedEdge.getInNode()
           
 DirectedNode BasicDirectedEdge.getOutNode()
           
 

Methods in org.geotools.graph.structure.basic with parameters of type DirectedNode
 Edge BasicDirectedNode.getInEdge(DirectedNode other)
           
 Edge BasicDirectedNode.getOutEdge(DirectedNode other)
           
 java.util.List BasicDirectedNode.getInEdges(DirectedNode other)
           
 java.util.List BasicDirectedNode.getOutEdges(DirectedNode other)
           
 

Constructors in org.geotools.graph.structure.basic with parameters of type DirectedNode
BasicDirectedEdge(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 DirectedNode
 class BasicDirectedXYNode
          Basic implementation of a directed XYNode extended from BasicDirectedNode.
 class OptDirectedXYNode
          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 DirectedNode
 class OptDirectedNode
          Optimized implementation of DirectedNode.
 

Methods in org.geotools.graph.structure.opt that return DirectedNode
 DirectedNode OptDirectedEdge.getInNode()
           
 DirectedNode OptDirectedEdge.getOutNode()
           
 

Methods in org.geotools.graph.structure.opt with parameters of type DirectedNode
 Edge OptDirectedNode.getInEdge(DirectedNode other)
           
 Edge OptDirectedNode.getOutEdge(DirectedNode other)
           
 java.util.List OptDirectedNode.getInEdges(DirectedNode other)
           
 java.util.List OptDirectedNode.getOutEdges(DirectedNode other)
           
 



Copyright © GeoTools. All Rights Reserved.