| Package | Description |
|---|---|
| com.graphhopper.storage.index |
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationIndex.EdgeVisitor
This abstract class allows to visit every edge from the stored nodes in the leafs of the tree for a requested
area.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationIndex.query(BBox queryBBox,
LocationIndex.Visitor function)
This method explores the nodes in this LocationIndex with the specified Visitor.
|
void |
Location2IDFullWithEdgesIndex.query(BBox queryBBox,
LocationIndex.Visitor function) |
void |
Location2IDFullIndex.query(BBox queryBBox,
LocationIndex.Visitor function) |
void |
LocationIndexTree.query(BBox queryShape,
LocationIndex.Visitor function) |
Copyright © 2012–2020. All rights reserved.