| Package | Description | 
|---|---|
| org.apache.lucene.util.bkd | Block KD-tree, implementing the generic spatial data structure described in
 this paper. | 
| Modifier and Type | Method and Description | 
|---|---|
| PointValue | HeapPointWriter. getPackedValueSlice(int index)Returns a reference, in  result, to the byte[] slice holding this value | 
| PointValue | HeapPointReader. pointValue() | 
| PointValue | PointReader. pointValue()Sets the packed value in the provided ByteRef | 
| PointValue | OfflinePointReader. pointValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HeapPointWriter. append(PointValue pointValue) | 
| void | PointWriter. append(PointValue pointValue)Add a new point from a  PointValue | 
| void | OfflinePointWriter. append(PointValue pointValue) | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.