org.elasticsearch.index.mapper.geo
Class GeoPoint

java.lang.Object
  extended by org.elasticsearch.index.mapper.geo.GeoPoint

public class GeoPoint
extends Object


Constructor Summary
GeoPoint(double lat, double lon)
           
 
Method Summary
 String geohash()
           
 String getGeohash()
           
 double getLat()
           
 double getLon()
           
 double lat()
           
 double lon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPoint

public GeoPoint(double lat,
                double lon)
Method Detail

lat

public final double lat()

getLat

public final double getLat()

lon

public final double lon()

getLon

public final double getLon()

geohash

public final String geohash()

getGeohash

public final String getGeohash()


Copyright © 2009-2012. All Rights Reserved.