Uses of Class
com.google.common.geometry.S2PointVectorCoder
-
-
Uses of S2PointVectorCoder in com.google.common.geometry
Fields in com.google.common.geometry declared as S2PointVectorCoder Modifier and Type Field Description private S2PointVectorCoder
S2Point.Shape.Coder. coder
(package private) static S2PointVectorCoder
S2PointVectorCoder. COMPACT
An instance of aS2PointVectorCoder
which encodes/decodesS2Point
s in the COMPACT encoding format.(package private) static S2PointVectorCoder
S2PointVectorCoder. FAST
An instance of aS2PointVectorCoder
which encodes/decodesS2Point
s in the FAST encoding format.Constructors in com.google.common.geometry with parameters of type S2PointVectorCoder Constructor Description Coder(S2PointVectorCoder coder)
-