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
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
advanceExact
(int doc) Advance the iterator to the given documentabstract org.locationtech.spatial4j.shape.Shape
value()
Returns aShape
for 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:
true
if there is a value for this document- Throws:
IOException
-
value
Returns aShape
for the current document- Throws:
IOException
-