Class GeoPoint
java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoPoint
geo-location used for #
Criteria
.- Author:
- Franck Marchand, Mohsin Husen, Peter-Josef Meisch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoPoint
public GeoPoint(double latitude, double longitude)
-
-
Method Details
-
getLat
public double getLat() -
getLon
public double getLon() -
fromPoint
build a GeoPoint from aPoint
-
toPoint
-
equals
-
hashCode
public int hashCode() -
toString
-