public abstract class ShapeValues extends Object
Shape
objects for an index segmentConstructor and Description |
---|
ShapeValues() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
advanceExact(int doc)
Advance the iterator to the given document
|
abstract org.locationtech.spatial4j.shape.Shape |
value()
Returns a
Shape for the current document |
public abstract boolean advanceExact(int doc) throws IOException
doc
- the document to advance totrue
if there is a value for this documentIOException
public abstract org.locationtech.spatial4j.shape.Shape value() throws IOException
Shape
for the current documentIOException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.