Package org.hibernate.search.spatial
Interface Coordinates
-
@Deprecated public interface Coordinates
Deprecated.UseGeoPointinstead. Refer to the migration guide for more information.Minimum interface for a field/method to be spatial hash indexable- Author:
- Nicolas Helleringer
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DoublegetLatitude()Deprecated.DoublegetLongitude()Deprecated.static GeoPointtoGeoPoint(Coordinates coordinates)Deprecated.
-
-
-
Method Detail
-
getLongitude
@Longitude Double getLongitude()
Deprecated.- Returns:
- the longitude in degrees
-
toGeoPoint
static GeoPoint toGeoPoint(Coordinates coordinates)
Deprecated.
-
-