public abstract class ShapeValues
extends java.lang.Object
Shape objects for an index segment| Constructor 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.IOExceptionpublic abstract org.locationtech.spatial4j.shape.Shape value()
throws java.io.IOException
Shape for the current documentjava.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.