Interface S2ContainsPointQuery.ShapeVisitor

All Superinterfaces:
com.google.common.base.Predicate<S2Shape>, 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.
  • Method Summary

    Methods inherited from interface com.google.common.base.Predicate

    apply, equals, test

    Methods inherited from interface java.util.function.Predicate

    and, negate, or