Uses of Class
com.google.common.geometry.S2Point.Shape
-
-
Uses of S2Point.Shape in com.google.common.geometry
Fields in com.google.common.geometry with type parameters of type S2Point.Shape Modifier and Type Field Description private static com.google.common.collect.ImmutableList<java.lang.Class<? extends S2Point.Shape>>
S2TaggedShapeCoder. POINT_SHAPE_CLASSES
Methods in com.google.common.geometry that return S2Point.Shape Modifier and Type Method Description S2Point.Shape
S2Point.Shape.Coder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)
static S2Point.Shape
S2Point.Shape. fromList(java.util.List<S2Point> points)
static S2Point.Shape
S2Point.Shape. singleton(S2Point point)
Methods in com.google.common.geometry with parameters of type S2Point.Shape Modifier and Type Method Description void
S2Point.Shape.Coder. encode(S2Point.Shape shape, java.io.OutputStream output)
-