Interface Coordinates


@Deprecated public interface Coordinates
Deprecated.
Use GeoPoint instead. Refer to the migration guide for more information.
Minimum interface for a field/method to be spatial hash indexable
Author:
Nicolas Helleringer
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     
    static org.hibernate.search.engine.spatial.GeoPoint
    toGeoPoint(Coordinates coordinates)
    Deprecated.
     
  • Method Details

    • getLatitude

      @Latitude Double getLatitude()
      Deprecated.
      Returns:
      the latitude in degrees
    • getLongitude

      @Longitude Double getLongitude()
      Deprecated.
      Returns:
      the longitude in degrees
    • toGeoPoint

      static org.hibernate.search.engine.spatial.GeoPoint toGeoPoint(Coordinates coordinates)
      Deprecated.