Package | Description |
---|---|
org.geotools.graph.structure | |
org.geotools.graph.structure.basic | |
org.geotools.graph.structure.line | |
org.geotools.graph.structure.opt |
Modifier and Type | Method and Description |
---|---|
DirectedNode |
DirectedEdge.getInNode()
Returns the originating (in) node of the edge.
|
DirectedNode |
DirectedEdge.getOutNode()
Returns the terminating (out) node of the edge.
|
Modifier and Type | Method and Description |
---|---|
Edge |
DirectedNode.getInEdge(DirectedNode other)
Returns an edge that terminates at the node and originates from a specified node.
|
List<? extends Edge> |
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.
|
List<? extends Edge> |
DirectedNode.getOutEdges(DirectedNode other)
Returns all edges that originate at the node and terminate from at specified node.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDirectedNode
Basic implementation of DirectedNode.
|
Modifier and Type | Method and Description |
---|---|
DirectedNode |
BasicDirectedEdge.getInNode() |
DirectedNode |
BasicDirectedEdge.getOutNode() |
Modifier and Type | Method and Description |
---|---|
Iterator<DirectedNode> |
BasicDirectedNode.getInRelated()
Returns all in nodes of in edges.
|
Iterator<DirectedNode> |
BasicDirectedNode.getOutRelated()
Returns all out nodes of out edges.
|
Iterator<DirectedNode> |
BasicDirectedNode.getRelated()
Returns an iterator over all out nodes of out edges and in nodes of in edges.
|
Modifier and Type | Method and Description |
---|---|
Edge |
BasicDirectedNode.getInEdge(DirectedNode other) |
List<DirectedEdge> |
BasicDirectedNode.getInEdges(DirectedNode other) |
Edge |
BasicDirectedNode.getOutEdge(DirectedNode other) |
List<DirectedEdge> |
BasicDirectedNode.getOutEdges(DirectedNode other) |
Constructor and Description |
---|
BasicDirectedEdge(DirectedNode in,
DirectedNode out)
Contstructs a new DirectedEdge.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDirectedXYNode
Basic implementation of a directed XYNode extended from BasicDirectedNode.
|
class |
OptDirectedXYNode
Optimized implementation of XYNode extended from OptDirectedNode.
|
Modifier and Type | Class and Description |
---|---|
class |
OptDirectedNode
Optimized implementation of DirectedNode.
|
Modifier and Type | Method and Description |
---|---|
DirectedNode |
OptDirectedEdge.getInNode() |
DirectedNode |
OptDirectedEdge.getOutNode() |
Modifier and Type | Method and Description |
---|---|
Edge |
OptDirectedNode.getInEdge(DirectedNode other) |
List<Edge> |
OptDirectedNode.getInEdges(DirectedNode other) |
Edge |
OptDirectedNode.getOutEdge(DirectedNode other) |
List<Edge> |
OptDirectedNode.getOutEdges(DirectedNode other) |
Copyright © 1996–2023 Geotools. All rights reserved.