org.elasticsearch.index.search.geo
Class GeoBoundingBoxFilter.Point

java.lang.Object
  extended by org.elasticsearch.index.search.geo.GeoBoundingBoxFilter.Point
Enclosing class:
GeoBoundingBoxFilter

public static class GeoBoundingBoxFilter.Point
extends java.lang.Object


Field Summary
 double lat
           
 double lon
           
 
Constructor Summary
GeoBoundingBoxFilter.Point()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lat

public double lat

lon

public double lon
Constructor Detail

GeoBoundingBoxFilter.Point

public GeoBoundingBoxFilter.Point()