Package com.graphhopper.storage
Interface TurnCostStorage.Iterator
- Enclosing class:
- TurnCostStorage
public static interface TurnCostStorage.Iterator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanget(BooleanEncodedValue booleanEncodedValue) doublegetCost(DecimalEncodedValue encodedValue) intintintbooleannext()
-
Method Details
-
getFromEdge
int getFromEdge() -
getViaNode
int getViaNode() -
getToEdge
int getToEdge() -
get
-
getCost
-
next
boolean next()
-