Package com.google.common.geometry
Interface S2ContainsPointQuery.ShapeVisitor
- 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.
-
Method Summary
Methods inherited from interface com.google.common.base.Predicate
apply, equals, test