Package org.apache.lucene.spatial.prefix
Class PointPrefixTreeFieldCacheProvider
java.lang.Object
org.apache.lucene.spatial.util.ShapeFieldCacheProvider<org.locationtech.spatial4j.shape.Point>
org.apache.lucene.spatial.prefix.PointPrefixTreeFieldCacheProvider
public class PointPrefixTreeFieldCacheProvider
extends ShapeFieldCacheProvider<org.locationtech.spatial4j.shape.Point>
Implementation of 
ShapeFieldCacheProvider designed for PrefixTreeStrategys that
 index points (AND ONLY POINTS!).- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
 
- 
Field Summary
Fields inherited from class org.apache.lucene.spatial.util.ShapeFieldCacheProvider
defaultSize, shapeField - 
Constructor Summary
ConstructorsConstructorDescriptionPointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)  - 
Method Summary
Methods inherited from class org.apache.lucene.spatial.util.ShapeFieldCacheProvider
getCache 
- 
Constructor Details
- 
PointPrefixTreeFieldCacheProvider
public PointPrefixTreeFieldCacheProvider(SpatialPrefixTree grid, String shapeField, int defaultSize)  
 - 
 - 
Method Details
- 
readShape
- Specified by:
 readShapein classShapeFieldCacheProvider<org.locationtech.spatial4j.shape.Point>
 
 -