Interface SpatialQueryBuilders<T extends AbstractGeometryQueryBuilder<T>>

All Known Implementing Classes:
SpatialQueryBuilders.Geo

public interface SpatialQueryBuilders<T extends AbstractGeometryQueryBuilder<T>>
This interface allows tests to abstract away which exact QueryBuilder is used in the tests. We have generalized the Geo-specific tests in test.framework to be re-used by Cartesian tests in the xpack-spatial module. This requires implmenting this interface for other QueryBuilders, for example ShapeQueryBuilder in xpack for Cartesian.