java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoBox

public class GeoBox extends Object
Geo bbox used for #Criteria.
Author:
Franck Marchand
  • Constructor Details

  • Method Details

    • getTopLeft

      public GeoPoint getTopLeft()
    • getBottomRight

      public GeoPoint getBottomRight()
    • fromBox

      public static GeoBox fromBox(Box box)
      return a GeoBox from a Box.
      Parameters:
      box - Box to use
      Returns:
      a GeoBox