Class S2CellIndex.RangeNode

  • Enclosing class:
    S2CellIndex

    private static class S2CellIndex.RangeNode
    extends java.lang.Object
    A range of leaf S2CellIds, from the level 30 leaf cell of this range to the next range.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RangeNode​(S2CellId startId, int contents)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startId

        private final S2CellId startId
        First leaf cell contained by this range.
      • contents

        private final int contents
        Index in S2CellIndex.cellNodes for the cells that overlap this range.
    • Constructor Detail

      • RangeNode

        private RangeNode​(S2CellId startId,
                          int contents)