| Name | Description | Type | Package | Framework |
| CachingDoubleValueSource | Caches the doubleVal of another value source in a HashMap so that it is computed only once. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| DistanceToShapeValueSource | The distance from a provided Point to a Point retrieved from a ValueSource via FunctionValues. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoDistanceUtils | Reusable geo-spatial distance utility methods. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoEncodingUtils | Basic reusable geopoint encoding methodsWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoHashUtils | Utilities for converting to/from the GeoHash standard The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoProjectionUtils | Reusable geo-spatial projection utility methods. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoRect | Represents a lat/lon rectangle. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoRelationUtils | | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| GeoUtils | Basic reusable geo-spatial utility methodsWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| ShapeAreaValueSource | The area of a Shape retrieved from a ValueSource via FunctionValues. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| ShapeFieldCache | Bounded Cache of Shapes associated with docIds. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| ShapeFieldCacheDistanceValueSource | An implementation of the Lucene ValueSource that returns the spatial distance between an input point and a document's points in | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| ShapeFieldCacheProvider | Provides access to a ShapeFieldCache for a given LeafReader. | Class | org.apache.lucene.spatial.util | Apache Lucene |
|
| 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). | Class | org.apache.lucene.spatial.util | Apache Lucene |