Uses of Class
com.google.common.geometry.S2CellIndex.RangeIterator
-
-
Uses of S2CellIndex.RangeIterator in com.google.common.geometry
Subclasses of S2CellIndex.RangeIterator in com.google.common.geometry Modifier and Type Class Description classS2CellIndex.NonEmptyRangeIteratorAsS2CellIndex.RangeIteratorbut only visits range nodes that overlap (cellId, label) pairs.Methods in com.google.common.geometry that return S2CellIndex.RangeIterator Modifier and Type Method Description S2CellIndex.RangeIteratorS2CellIndex. ranges()Returns an iterator over the ranges of this index.Methods in com.google.common.geometry with parameters of type S2CellIndex.RangeIterator Modifier and Type Method Description voidS2CellIndex.ContentsIterator. startUnion(S2CellIndex.RangeIterator range)Positions the ContentsIterator at the first (cellId, label) pair that covers the given leaf cell range.
-