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.Bytes
PrimitiveArrays.Bytes. fromByteArray(byte[] bytes)
Returns aPrimitiveArrays.Bytes
wrappingbytes
.static PrimitiveArrays.Bytes
PrimitiveArrays.Bytes. fromByteBuffer(java.nio.ByteBuffer buffer)
Returns aPrimitiveArrays.Bytes
wrappingbuffer
.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)
-