Uses of Class
com.google.common.geometry.VectorCoder
-
Uses of VectorCoder in com.google.common.geometry
Fields in com.google.common.geometry declared as VectorCoderModifier and TypeFieldDescription(package private) static final VectorCoder
<byte[]> VectorCoder.BYTE_ARRAY
An encoder/decoder ofList<byte[]>
.static final VectorCoder
<S2Shape> VectorCoder.COMPACT_SHAPE
An encoder/decoder ofS2Shape
s, where the shapes use theS2TaggedShapeCoder.COMPACT
encoding.static final VectorCoder
<S2Shape> VectorCoder.FAST_SHAPE
An encoder/decoder ofS2Shape
s, where the shapes use theS2TaggedShapeCoder.FAST
encoding.(package private) static final VectorCoder
<String> VectorCoder.STRING
An encoder/decoder ofList<String>
.