public interface NodeAccess extends PointAccess
| Modifier and Type | Method and Description |
|---|---|
int |
getTurnCostIndex(int nodeId) |
void |
setTurnCostIndex(int nodeId,
int additionalValue)
Sets the turn cost index for this node, using
TurnCostStorage.NO_TURN_ENTRY means there
are no turn costs at this node. |
ensureNode, getDimension, getEle, getLat, getLon, is3D, setNode, setNodeint getTurnCostIndex(int nodeId)
TurnCostStorage.NO_TURN_ENTRY
in case no turn costs were stored for this nodeAssertionError - if, and only if, the underlying storage does not support turn costsvoid setTurnCostIndex(int nodeId,
int additionalValue)
TurnCostStorage.NO_TURN_ENTRY means there
are no turn costs at this node.
AssertionError - if, and only if, the underlying storage does not support turn costsCopyright © 2012–2021. All rights reserved.