Uses of Class
com.google.common.geometry.S2PointVectorCoder.CellPoint
-
-
Uses of S2PointVectorCoder.CellPoint in com.google.common.geometry
Method parameters in com.google.common.geometry with type arguments of type S2PointVectorCoder.CellPoint Modifier and Type Method Description private static com.google.common.primitives.ImmutableLongArray
S2PointVectorCoder. convertCellsToValues(java.util.List<S2PointVectorCoder.CellPoint> cellPoints, int level)
Given a vector of points inS2PointVectorCoder.CellPoint
format and anS2CellId
level that has been chosen for encoding, returns a vector of 64-bit values that should be encoded in order to represent these points.
-