Uses of Interface
com.graphhopper.storage.index.LocationIndex.Visitor
Packages that use LocationIndex.Visitor
-
Uses of LocationIndex.Visitor in com.graphhopper.storage.index
Methods in com.graphhopper.storage.index with parameters of type LocationIndex.VisitorModifier and TypeMethodDescriptionvoid
LineIntIndex.query
(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function) void
LineIntIndex.query
(BBox queryShape, LocationIndex.Visitor function) void
LocationIndex.query
(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function) default void
LocationIndex.query
(BBox queryBBox, LocationIndex.Visitor function) This method explores the LocationIndex with the specified Visitor.void
LocationIndexTree.query
(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function)