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

All Known Implementing Classes:
GeoDistance.ArcFixedSourceDistance, GeoDistance.FactorFixedSourceDistance, GeoDistance.PlaneFixedSourceDistance
Enclosing class:
GeoDistance

public static interface GeoDistance.FixedSourceDistance


Method Summary
 double calculate(double targetLatitude, double targetLongitude)
           
 

Method Detail

calculate

double calculate(double targetLatitude,
                 double targetLongitude)


Copyright © 2009-2012. All Rights Reserved.