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.geometryModifier and TypeClassDescriptionclass
AsS2CellIndex.RangeIterator
but only visits range nodes that overlap (cellId, label) pairs.Methods in com.google.common.geometry that return S2CellIndex.RangeIteratorModifier and TypeMethodDescriptionS2CellIndex.ranges()
Returns an iterator over the ranges of this index.Methods in com.google.common.geometry with parameters of type S2CellIndex.RangeIteratorModifier and TypeMethodDescriptionvoid
S2CellIndex.ContentsIterator.startUnion
(S2CellIndex.RangeIterator range) Positions the ContentsIterator at the first (cellId, label) pair that covers the given leaf cell range.