Uses of Class
com.google.common.geometry.S2CellIndex.RangeNode
-
-
Uses of S2CellIndex.RangeNode in com.google.common.geometry
Fields in com.google.common.geometry declared as S2CellIndex.RangeNode Modifier and Type Field Description private S2CellIndex.RangeNodeS2CellIndex.RangeIterator. nodeCurrent node pointed to by 'offset'.Fields in com.google.common.geometry with type parameters of type S2CellIndex.RangeNode Modifier and Type Field Description private java.util.ArrayList<S2CellIndex.RangeNode>S2CellIndex. rangeNodesThe last element of nodes is a sentinel value, which is necessary in order to represent the range covered by the previous element.
-