public abstract class ShapeValues
extends java.lang.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 java.io.IOException
doc
- the document to advance totrue
if there is a value for this documentjava.io.IOException
public abstract org.locationtech.spatial4j.shape.Shape value() throws java.io.IOException
Shape
for the current documentjava.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.