Class S2PointVectorCoder.CellPoint

java.lang.Object
com.google.common.geometry.S2PointVectorCoder.CellPoint
Enclosing class:
S2PointVectorCoder

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

(If such an encoding is not possible then level invalid input: '<' 0).

  • Field Details

    • level

      short level
    • face

      short face
    • si

      int si
    • ti

      int ti
  • Constructor Details