Package com.graphhopper.storage.index
Interface LocationIndex.TileFilter
- Enclosing interface:
LocationIndex
public static interface LocationIndex.TileFilter
-
Method Summary
-
Method Details
-
acceptAll
- Returns:
- true if all edges within the given bounding box shall be accepted
-
acceptPartially
- Returns:
- true if edges within the given bounding box shall potentially be accepted. In this case the tile filter will be applied again for smaller bounding boxes on a lower level. If this is the lowest level already simply all edges will be accepted.
-