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 class
S2CellIndex.NonEmptyRangeIterator
AsS2CellIndex.RangeIterator
but 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.RangeIterator
S2CellIndex. 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 void
S2CellIndex.ContentsIterator. startUnion(S2CellIndex.RangeIterator range)
Positions the ContentsIterator at the first (cellId, label) pair that covers the given leaf cell range.
-