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
IOException
public abstract PointsReader fieldsReader(SegmentReadState state) throws IOException
IOException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.