PointsReader

abstract class PointsReader : AutoCloseable

Abstract API to visit point values.

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun checkIntegrity()

Checks consistency of this reader.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun getValues(field: String): PointValues?

Return PointValues for the given field. The behavior is undefined if the given field doesn't have points enabled on its FieldInfo.