public abstract class ShapeValues extends 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  Shapefor the current document | 
public abstract boolean advanceExact(int doc)
                              throws IOException
doc - the document to advance totrue if there is a value for this documentIOExceptionpublic abstract org.locationtech.spatial4j.shape.Shape value()
                                                      throws IOException
Shape for the current documentIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.