Package org.apache.iceberg.geospatial
Interface GeospatialPredicateEvaluators.GeospatialPredicateEvaluator
- All Known Implementing Classes:
GeospatialPredicateEvaluators.GeographyEvaluator,GeospatialPredicateEvaluators.GeometryEvaluator
- Enclosing class:
GeospatialPredicateEvaluators
public static interface GeospatialPredicateEvaluators.GeospatialPredicateEvaluator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintersects(BoundingBox bbox1, BoundingBox bbox2) Determines whether the two bounding boxes intersect.
-
Method Details
-
intersects
Determines whether the two bounding boxes intersect.- Parameters:
bbox1- the first bounding boxbbox2- the second bounding box- Returns:
- true if this box intersects the other box
-