Interface S2Iterator.Entry
- All Known Implementing Classes:
S2PointIndex.Entry, S2ShapeIndex.Cell, S2ShapeIndex.S2ClippedShape
- Enclosing class:
S2Iterator<T extends S2Iterator.Entry>
public static interface S2Iterator.Entry
An interface to provide the cell ID for an element in a sorted list.
-
Method Summary
-
Method Details
-
id
long id()Returns the cell ID of this cell as a primitive.
-