Uses of Class
org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree
Packages that use SpatialPrefixTree
Package
Description
Composite strategies.
Prefix Tree Strategy.
This package is about SpatialPrefixTree and any supporting classes.
-
Uses of SpatialPrefixTree in org.apache.lucene.spatial.composite
Constructors in org.apache.lucene.spatial.composite with parameters of type SpatialPrefixTreeModifierConstructorDescriptionIntersectsRPTVerifyQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, ShapeValuesPredicate predicateValueSource) -
Uses of SpatialPrefixTree in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as SpatialPrefixTreeModifier and TypeFieldDescriptionprotected final SpatialPrefixTree
AbstractPrefixTreeQuery.grid
protected final SpatialPrefixTree
PrefixTreeStrategy.grid
Methods in org.apache.lucene.spatial.prefix that return SpatialPrefixTreeConstructors in org.apache.lucene.spatial.prefix with parameters of type SpatialPrefixTreeModifierConstructorDescriptionAbstractPrefixTreeQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel) AbstractVisitingPrefixTreeQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel) ContainsPrefixTreeQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, boolean multiOverlappingIndexedShapes) IntersectsPrefixTreeQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel) PointPrefixTreeFieldCacheProvider
(SpatialPrefixTree grid, String shapeField, int defaultSize) PrefixTreeStrategy
(SpatialPrefixTree grid, String fieldName) RecursivePrefixTreeStrategy
(SpatialPrefixTree grid, String fieldName) TermQueryPrefixTreeStrategy
(SpatialPrefixTree grid, String fieldName) WithinPrefixTreeQuery
(org.locationtech.spatial4j.shape.Shape queryShape, String fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, double queryBuffer) -
Uses of SpatialPrefixTree in org.apache.lucene.spatial.prefix.tree
Subclasses of SpatialPrefixTree in org.apache.lucene.spatial.prefix.treeModifier and TypeClassDescriptionclass
A PrefixTree for date ranges in which the levels of the tree occur at natural periods of time (e.g.class
ASpatialPrefixTree
based on Geohashes.class
A SpatialPrefixTree for single-dimensional numbers and number ranges of fixed precision values (not floating point).class
Uses a compact binary representation of 8 bytes to encode a spatial quad trie.class
ASpatialPrefixTree
which uses a quad tree in which an indexed term will be generated for each cell, 'A', 'B', 'C', 'D'.class
Spatial prefix tree for S2 Geometry.Methods in org.apache.lucene.spatial.prefix.tree that return SpatialPrefixTreeModifier and TypeMethodDescriptionprotected abstract SpatialPrefixTree
LegacyCell.getGrid()
static SpatialPrefixTree
SpatialPrefixTreeFactory.makeSPT
(Map<String, String> args, ClassLoader classLoader, org.locationtech.spatial4j.context.SpatialContext ctx) The factory is looked up via "prefixTree" in args, expecting "geohash" or "quad".protected SpatialPrefixTree
GeohashPrefixTree.Factory.newSPT()
protected SpatialPrefixTree
PackedQuadPrefixTree.Factory.newSPT()
protected SpatialPrefixTree
QuadPrefixTree.Factory.newSPT()
protected SpatialPrefixTree
S2PrefixTree.Factory.newSPT()
protected abstract SpatialPrefixTree
SpatialPrefixTreeFactory.newSPT()