public abstract class PointsFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static PointsFormat |
EMPTY
A
PointsFormat that has nothing indexed |
| Modifier | Constructor and Description |
|---|---|
protected |
PointsFormat()
Creates a new point format.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PointsReader |
fieldsReader(SegmentReadState state)
Reads a segment.
|
abstract PointsWriter |
fieldsWriter(SegmentWriteState state)
Writes a new segment
|
public static final PointsFormat EMPTY
PointsFormat that has nothing indexedpublic abstract PointsWriter fieldsWriter(SegmentWriteState state) throws java.io.IOException
java.io.IOExceptionpublic abstract PointsReader fieldsReader(SegmentReadState state) throws java.io.IOException
java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.