Uses of Class
com.google.common.geometry.S2PointVectorCoder.Format
-
-
Uses of S2PointVectorCoder.Format in com.google.common.geometry
Fields in com.google.common.geometry declared as S2PointVectorCoder.Format Modifier and Type Field Description private S2PointVectorCoder.Format
S2PointVectorCoder. type
Methods in com.google.common.geometry that return S2PointVectorCoder.Format Modifier and Type Method Description static S2PointVectorCoder.Format
S2PointVectorCoder.Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S2PointVectorCoder.Format[]
S2PointVectorCoder.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.common.geometry with parameters of type S2PointVectorCoder.Format Constructor Description S2PointVectorCoder(S2PointVectorCoder.Format type)
-