Interface GeospatialPredicateEvaluators.GeospatialPredicateEvaluator

All Known Implementing Classes:
GeospatialPredicateEvaluators.GeographyEvaluator, GeospatialPredicateEvaluators.GeometryEvaluator
Enclosing class:
GeospatialPredicateEvaluators

public static interface GeospatialPredicateEvaluators.GeospatialPredicateEvaluator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether the two bounding boxes intersect.
  • Method Details

    • intersects

      boolean intersects(BoundingBox bbox1, BoundingBox bbox2)
      Determines whether the two bounding boxes intersect.
      Parameters:
      bbox1 - the first bounding box
      bbox2 - the second bounding box
      Returns:
      true if this box intersects the other box