Class | Description |
---|---|
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
representing the level (1-12) [xyxy...xyxyllll]
This differs from a morton encoded value which interleaves lat/lon (y/x).*
|
GeoPoint | |
GeoUtils | |
ShapesAvailability | |
XShapeCollection<S extends org.locationtech.spatial4j.shape.Shape> |
Extends spatial4j ShapeCollection for points_only shape indexing support
|
Enum | Description |
---|---|
GeoDistance |
Geo distance calculation.
|
ShapeRelation |
Enum representing the relationship between a Query / Filter Shape and indexed Shapes
that will be used to determine if a Document should be matched or not
|
SpatialStrategy |