| Package | Description |
|---|---|
| org.geotools.graph.structure | |
| org.geotools.graph.structure.basic | |
| org.geotools.graph.structure.line | |
| org.geotools.graph.structure.opt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectedEdge
Represents an edge in a directed graph.
|
interface |
DirectedNode
Represents a node in a directed graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDirectedEdge
Basic implementation of DirectedEdge.
|
class |
BasicDirectedNode
Basic implementation of DirectedNode.
|
| 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 |
OptDirectedEdge
Optimized implementation of DirectedEdge.
|
class |
OptDirectedNode
Optimized implementation of DirectedNode.
|
Copyright © 1996–2019 Geotools. All rights reserved.