Package com.graphhopper.storage.index
Interface LocationIndex.Visitor
- Enclosing interface:
LocationIndex
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface allows to visit edges stored in the LocationIndex.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
void
onEdge
(int edgeId) default void
This method is called if isTileInfo returns true.
-
Method Details
-
onEdge
void onEdge(int edgeId) -
isTileInfo
default boolean isTileInfo() -
onTile
This method is called if isTileInfo returns true.
-