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, getElevation, getLat, getLatitude, getLon, getLongitude, is3D, setNode, setNode
int 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–2020. All rights reserved.