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