Package com.google.common.geometry
Interface S2Iterator.Entry
- All Known Implementing Classes:
S2PointIndex.Entry,S2ShapeIndex.Cell,S2ShapeIndex.Cell.BinaryCell,S2ShapeIndex.Cell.MultiCell,S2ShapeIndex.S2ClippedShape,S2ShapeIndex.S2ClippedShape.Contained,S2ShapeIndex.S2ClippedShape.EdgeRange,S2ShapeIndex.S2ClippedShape.ManyEdges,S2ShapeIndex.S2ClippedShape.OneEdge,S2ShapeIndexCoder.EncodedS2ShapeIndex.LazyCell
- 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.
-