@FunctionalInterface public static interface LocationIndex.Visitor
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isTileInfo() |
void |
onEdge(int edgeId) |
default void |
onTile(BBox bbox,
int depth)
This method is called if isTileInfo returns true.
|
void onEdge(int edgeId)
default boolean isTileInfo()
default void onTile(BBox bbox, int depth)
Copyright © 2012–2022. All rights reserved.