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 TypeMethodDescriptionvoidLineIntIndex.query(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function) voidLineIntIndex.query(BBox queryShape, LocationIndex.Visitor function) voidLocationIndex.query(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function) default voidLocationIndex.query(BBox queryBBox, LocationIndex.Visitor function) This method explores the LocationIndex with the specified Visitor.voidLocationIndexTree.query(LocationIndex.TileFilter tileFilter, LocationIndex.Visitor function)