Package com.google.common.geometry
Class S2CellIndex.CellNode
java.lang.Object
com.google.common.geometry.S2CellIndex.CellNode
- Enclosing class:
S2CellIndex
Represents a node in the (cellId, label) tree. Cells are organized in a tree such that the
ancestors of a given node contain that node.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cellId
-
label
private int label -
parent
private int parent
-
-
Constructor Details
-
CellNode
-
-
Method Details
-
setFrom
-