Package com.google.common.geometry
Class S2PointVectorCoder.CellPoint
java.lang.Object
com.google.common.geometry.S2PointVectorCoder.CellPoint
- Enclosing class:
S2PointVectorCoder
Represents a point that can be encoded as an
S2CellId
center.
(If such an encoding is not possible then level invalid input: '<' 0).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
level
short level -
face
short face -
si
int si -
ti
int ti
-
-
Constructor Details
-
CellPoint
CellPoint(int level, S2Projections.FaceSiTi faceSiTi)
-