-
-
Constructor Summary
Constructors
-
Method Summary
static org.hibernate.search.engine.spatial.GeoBoundingBox
getBox(double theLatitudeDegrees,
double theLongitudeDegrees,
Double theDistanceKm)
Find a box around my coordinates such that the closest distance to each edge is the provided distance
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAX_SUPPORTED_DISTANCE_KM
- See Also:
-
-
-
Method Details
-
getBox
public static org.hibernate.search.engine.spatial.GeoBoundingBox getBox(double theLatitudeDegrees,
double theLongitudeDegrees,
Double theDistanceKm)
Find a box around my coordinates such that the closest distance to each edge is the provided distance
- Returns: