Class | Description |
---|---|
CachingDoubleValueSource |
Caches the doubleVal of another value source in a HashMap
so that it is computed only once.
|
DistanceToShapeValueSource |
The distance from a provided Point to a Point retrieved from a ValueSource via
FunctionValues.objectVal(int) . |
GeoRelationUtils |
Reusable geo-relation utility methods
|
MortonEncoder |
Quantizes lat/lon points and bit interleaves them into a binary morton code
in the range of 0x00000000...
|
ShapeAreaValueSource |
The area of a Shape retrieved from a ValueSource via
FunctionValues.objectVal(int) . |
ShapeFieldCache<T extends com.spatial4j.core.shape.Shape> |
Bounded Cache of Shapes associated with docIds.
|
ShapeFieldCacheDistanceValueSource |
An implementation of the Lucene ValueSource that returns the spatial distance
between an input point and a document's points in
ShapeFieldCacheProvider . |
ShapeFieldCacheProvider<T extends com.spatial4j.core.shape.Shape> |
Provides access to a
ShapeFieldCache for a given LeafReader . |
ShapePredicateValueSource |
A boolean ValueSource that compares a shape from a provided ValueSource with a given Shape and sees
if it matches a given
SpatialOperation (the predicate). |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.