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(java.nio.ByteBuffer buffer)Returns aPrimitiveArrays.Byteswrappingbuffer.Constructors in com.google.common.geometry with parameters of type PrimitiveArrays.Bytes Constructor Description EncodedS2ShapeIndex(PrimitiveArrays.Bytes data, PrimitiveArrays.Cursor cursor, java.util.List<S2Shape> shapeFactory)
-