Class 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.
    • Constructor Detail

      • PointPrefixTreeFieldCacheProvider

        public PointPrefixTreeFieldCacheProvider​(SpatialPrefixTree grid,
                                                 String shapeField,
                                                 int defaultSize)