Package org.apache.lucene.spatial
Class ShapeValues
java.lang.Object
org.apache.lucene.spatial.ShapeValues
Iterator over 
Shape objects for an index segment- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract booleanadvanceExact(int doc) Advance the iterator to the given documentabstract org.locationtech.spatial4j.shape.Shapevalue()Returns aShapefor the current document 
- 
Constructor Details
- 
ShapeValues
public ShapeValues() 
 - 
 - 
Method Details
- 
advanceExact
Advance the iterator to the given document- Parameters:
 doc- the document to advance to- Returns:
 trueif there is a value for this document- Throws:
 IOException
 - 
value
Returns aShapefor the current document- Throws:
 IOException
 
 -