Interface LocationIndex.Visitor

Enclosing interface:
LocationIndex
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LocationIndex.Visitor
This interface allows to visit edges stored in the LocationIndex.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    void
    onEdge(int edgeId)
     
    default void
    onTile(BBox bbox, int depth)
    This method is called if isTileInfo returns true.
  • Method Details

    • onEdge

      void onEdge(int edgeId)
    • isTileInfo

      default boolean isTileInfo()
    • onTile

      default void onTile(BBox bbox, int depth)
      This method is called if isTileInfo returns true.