public abstract class PointsFormat extends 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 IOException
IOExceptionpublic abstract PointsReader fieldsReader(SegmentReadState state) throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.