Uses of Interface
com.google.common.geometry.S2ContainsPointQuery.ShapeVisitor
-
-
Uses of S2ContainsPointQuery.ShapeVisitor in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2ContainsPointQuery.ShapeVisitor Modifier and Type Method Description (package private) boolean
S2ContainsPointQuery. visitContainingShapes(S2Point p, S2ContainsPointQuery.ShapeVisitor visitor)
Visits each shape that containsp
under the specifiedS2ContainsPointQuery.S2VertexModel
exactly once, and returns true, or terminates early and returns false if any invocation ofShapeVisitor#apply(S2Shape)
returns false.
-