Package org.hibernate.search.spatial
Interface Coordinates
Deprecated.
Minimum interface for a field/method to be spatial hash indexable
- Author:
- Nicolas Helleringer
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.static org.hibernate.search.engine.spatial.GeoPointtoGeoPoint(Coordinates coordinates) Deprecated.
-
Method Details
-
getLatitude
Deprecated.- Returns:
- the latitude in degrees
-
getLongitude
Deprecated.- Returns:
- the longitude in degrees
-
toGeoPoint
Deprecated.
-
GeoPointinstead. Refer to the migration guide for more information.