Package com.google.common.geometry
Interface S2ContainsPointQuery.ShapeVisitor
-
- All Superinterfaces:
com.google.common.base.Predicate<S2Shape>
,java.util.function.Predicate<S2Shape>
- Enclosing class:
- S2ContainsPointQuery
static interface S2ContainsPointQuery.ShapeVisitor extends com.google.common.base.Predicate<S2Shape>
A visitor that receives each shape that contains a query point, returning true to continue receiving shapes or false to terminate early.