Package com.google.common.geometry
Interface S2Iterator.Entry
-
- All Known Implementing Classes:
S2PointIndex.Entry,S2ShapeIndex.Cell,S2ShapeIndex.S2ClippedShape
- Enclosing class:
- S2Iterator<T extends S2Iterator.Entry>
public static interface S2Iterator.EntryAn interface to provide the cell ID for an element in a sorted list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longid()Returns the cell ID of this cell as a primitive.
-