Uses of Interface
com.google.common.geometry.S2CellIndex.CellVisitor
-
Uses of S2CellIndex.CellVisitor in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2CellIndex.CellVisitorModifier and TypeMethodDescriptionboolean
S2CellIndex.visitIntersectingCells
(S2CellUnion target, S2CellIndex.CellVisitor visitor) Visits all (cellId, label) pairs in the given index that intersect the given S2CellUnion "target" and returns true, or terminates early and returns false ifvisit(com.google.common.geometry.S2CellId, int)
ever returns false.