Class StGeotile.GeoTileBoundedGrid

java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.StGeotile.GeoTileBoundedGrid
All Implemented Interfaces:
SpatialGridFunction.BoundedGrid
Enclosing class:
StGeotile

protected static class StGeotile.GeoTileBoundedGrid extends Object implements SpatialGridFunction.BoundedGrid
When checking tiles with bounds, we need to check if the tile is valid (intersects with the bounds). This uses GeoTileBoundedPredicate to check if the tile is valid.