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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlongcalculateGridId(org.elasticsearch.geometry.Point point) int
-
Method Details
-
calculateGridId
public long calculateGridId(org.elasticsearch.geometry.Point point) - Specified by:
calculateGridIdin interfaceSpatialGridFunction.BoundedGrid
-
precision
public int precision()- Specified by:
precisionin interfaceSpatialGridFunction.BoundedGrid
-