Uses of Class
com.google.common.geometry.S2ShapeIndex.RangeIterator
-
Uses of S2ShapeIndex.RangeIterator in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2ShapeIndex.RangeIteratorModifier and TypeMethodDescriptionvoidS2ShapeIndex.RangeIterator.seekBeyond(S2ShapeIndex.RangeIterator target) Positions the iterator at the first cell that followstarget, i.e. the first cell such that rangeMin() > target.rangeMax().voidS2ShapeIndex.RangeIterator.seekTo(S2ShapeIndex.RangeIterator target) Positions the iterator at the first cell that overlaps or followstarget, i.e. such that rangeMax() >= target.rangeMin().