Class S2PointVectorCoder.CellPoint

  • Enclosing class:
    S2PointVectorCoder

    private static final class S2PointVectorCoder.CellPoint
    extends java.lang.Object
    Represents a point that can be encoded as an S2CellId center.

    (If such an encoding is not possible then level < 0).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short face  
      (package private) short level  
      (package private) int si  
      (package private) int ti  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • level

        short level
      • face

        short face
      • si

        int si
      • ti

        int ti