Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.geo
Class GeoBox

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

public class GeoBox
extends Object

Geo bbox used for #Criteria.

Author:
Franck Marchand

Constructor Summary
GeoBox(GeoPoint topLeft, GeoPoint bottomRight)
           
 
Method Summary
 GeoPoint getBottomRight()
           
 GeoPoint getTopLeft()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoBox

public GeoBox(GeoPoint topLeft,
              GeoPoint bottomRight)
Method Detail

getTopLeft

public GeoPoint getTopLeft()

getBottomRight

public GeoPoint getBottomRight()

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.