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) booleanS2ContainsPointQuery. visitContainingShapes(S2Point p, S2ContainsPointQuery.ShapeVisitor visitor)Visits each shape that containspunder the specifiedS2ContainsPointQuery.S2VertexModelexactly once, and returns true, or terminates early and returns false if any invocation ofShapeVisitor#apply(S2Shape)returns false.
-