org.elasticsearch.index.search.geo
Interface GeoDistance.DistanceBoundingCheck

All Known Implementing Classes:
GeoDistance.Meridian180DistanceBoundingCheck, GeoDistance.SimpleDistanceBoundingCheck
Enclosing class:
GeoDistance

public static interface GeoDistance.DistanceBoundingCheck


Method Summary
 Point bottomRight()
           
 boolean isWithin(double targetLatitude, double targetLongitude)
           
 Point topLeft()
           
 

Method Detail

isWithin

boolean isWithin(double targetLatitude,
                 double targetLongitude)

topLeft

Point topLeft()

bottomRight

Point bottomRight()