PointReader

One pass iterator through all points previously written with a PointWriter, abstracting away whether points are read from (offline) disk or simple arrays in heap.

Inheritors

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun next(): Boolean

Returns false once iteration is done, else true.

Link copied to clipboard
abstract fun pointValue(): PointValue?

Sets the packed value in the provided ByteRef