Uses of Interface
com.google.common.geometry.S2Iterator.Entry
-
-
Uses of S2Iterator.Entry in com.google.common.geometry
Classes in com.google.common.geometry with type parameters of type S2Iterator.Entry Modifier and Type Class Description classS2Iterator<T extends S2Iterator.Entry>A random access iterator that provides low-level access to entries sorted by cell ID.Classes in com.google.common.geometry that implement S2Iterator.Entry Modifier and Type Class Description static classS2PointIndex.Entry<Data>An S2Iterator-compatible pair of S2Point with associated client data of a given type.static classS2ShapeIndex.CellThis class contains the set of clipped shapes within a particular index cell, sorted in increasing order of shape id.static classS2ShapeIndex.S2ClippedShapeS2ClippedShape represents the part of a shape that intersects an S2Cell.Methods in com.google.common.geometry with type parameters of type S2Iterator.Entry Modifier and Type Method Description <T extends S2Iterator.Entry>
booleanS2Iterator. equalIterators(S2Iterator<T> it)Returns true if these iterators have the same entries and position.
-