Uses of Class
com.google.common.geometry.S2Iterator
-
Uses of S2Iterator in com.google.common.geometry
Methods in com.google.common.geometry that return S2IteratorModifier and TypeMethodDescriptionS2Iterator.copy()Returns a copy of this iterator, positioned as this iterator is.S2PointIndex.iterator()Returns a new iterator over the cells of this index, after sorting entries by cell ID if any modifications have been made since the last iterator was created.S2ShapeIndex.iterator()Returns a new iterator over the cells of this index, positioned at the first cell in the index, after initializing any pending updates.Methods in com.google.common.geometry with parameters of type S2IteratorModifier and TypeMethodDescription<T extends S2Iterator.Entry>
booleanS2Iterator.equalIterators(S2Iterator<T> it) Returns true if these iterators have the same entries and position.voidS2Iterator.position(S2Iterator<T> it) Set this iterator to the position given by the other iterator.