org.elasticsearch.index.search.geo
Class Point

java.lang.Object
  extended by org.elasticsearch.index.search.geo.Point

public class Point
extends Object


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

Field Detail

lat

public double lat

lon

public double lon
Constructor Detail

Point

public Point()

Point

public Point(double lat,
             double lon)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.