Uses of Interface
com.google.common.geometry.PrimitiveArrays.Bytes
-
-
Uses of PrimitiveArrays.Bytes in com.google.common.geometry
Methods in com.google.common.geometry that return PrimitiveArrays.Bytes Modifier and Type Method Description static PrimitiveArrays.BytesPrimitiveArrays.Bytes. fromByteArray(byte[] bytes)Returns aPrimitiveArrays.Byteswrappingbytes.static PrimitiveArrays.BytesPrimitiveArrays.Bytes. fromByteBuffer(ByteBuffer buffer)Returns aPrimitiveArrays.Byteswrappingbuffer.Methods in com.google.common.geometry with parameters of type PrimitiveArrays.Bytes Modifier and Type Method Description TS2Coder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)S2LaxPolygonShapeS2LaxPolygonShape.Coder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)S2LaxPolylineShapeS2LaxPolylineShape.Coder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)S2Point.ShapeS2Point.Shape.Coder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)S2ShapeIndexS2ShapeIndexCoder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)S2ShapeS2TaggedShapeCoder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)List<T>VectorCoder. decode(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor)
-