public static interface DijkstraIterator.NodeWeighter
Modifier and Type | Method and Description |
---|---|
double |
getWeight(Node n,
Edge e1,
Edge e2)
Returns the weight for a node, with respect to two adjecent edges.
|
Copyright © 1996–2019 Geotools. All rights reserved.