Uses of Interface
org.apache.lucene.util.bkd.PointReader
Packages that use PointReader
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointReader in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement PointReaderModifier and TypeClassDescriptionfinal class
Utility class to read buffered points from in-heap arrays.final class
Reads points from disk in a fixed-with format, previously written withOfflinePointWriter
.Methods in org.apache.lucene.util.bkd that return PointReaderModifier and TypeMethodDescriptionHeapPointWriter.getReader
(long start, long length) OfflinePointWriter.getReader
(long start, long length) PointWriter.getReader
(long startPoint, long length) Returns aPointReader
iterator to step through all previously added points