public interface PointReader extends Closeable
PointWriter
, abstracting away whether points are read
from (offline) disk or simple arrays in heap.Modifier and Type | Method and Description |
---|---|
boolean |
next()
Returns false once iteration is done, else true.
|
PointValue |
pointValue()
Sets the packed value in the provided ByteRef
|
boolean next() throws IOException
IOException
PointValue pointValue()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.