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.IOException
public abstract PointsReader fieldsReader(SegmentReadState state) throws java.io.IOException
java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.