Package com.google.common.geometry
Class S2CellIndex.RangeNode
java.lang.Object
com.google.common.geometry.S2CellIndex.RangeNode
- Enclosing class:
S2CellIndex
A range of leaf S2CellIds, from the level 30 leaf cell of this range to the next range.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
Index inS2CellIndex.cellNodes
for the cells that overlap this range.private final S2CellId
First leaf cell contained by this range. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startId
First leaf cell contained by this range. -
contents
private final int contentsIndex inS2CellIndex.cellNodes
for the cells that overlap this range.
-
-
Constructor Details
-
RangeNode
-