Interface LocationIndex.TileFilter

Enclosing interface:
LocationIndex

public static interface LocationIndex.TileFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • acceptAll

      boolean acceptAll(BBox tile)
      Returns:
      true if all edges within the given bounding box shall be accepted
    • acceptPartially

      boolean acceptPartially(BBox tile)
      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.