Interface | Description |
---|---|
GeometricConstants |
Geometric constants to use in SpatialHelper calculation
|
Class | Description |
---|---|
DistanceCollector | |
DistanceComparator | |
DistanceComparatorSource | |
DistanceFilter |
Lucene Filter for filtering documents which have been indexed with Hibernate Search spatial Field bridge
Use double lat,long field in the index from a Coordinates field declaration
|
Point |
Normalized latitude,longitude holder (in [-90;90],[-180,180]) with distance and destination computations methods
|
QuadTreeFilter |
Lucene Filter for filtering documents which have been indexed with Hibernate Search Spatial SpatialFieldBridge
Use denormalized Quad Tree Cell Ids to return a sub set of documents near the center
|
Rectangle |
Bounding box for search area on Earth
|
SpatialHelper |
Spatial fields, ids generator and geometric calculation methods for use in SpatialFieldBridge
|
SpatialQueryBuilderFromCoordinates |
The SpatialQueryBuilder holds builder methods for Quad Tree, Distance and Spatial (Quad Tree+Distance) filters
and queries
|
Copyright © 2006–2016 Hibernate. All rights reserved.