org.springframework.data.elasticsearch.core.geo
Class GeoPoint
java.lang.Object
org.springframework.data.elasticsearch.core.geo.GeoPoint
public class GeoPoint
- extends Object
geo-location used for #Criteria.
- Author:
- Franck Marchand
|
Constructor Summary |
GeoPoint(double latitude,
double longitude)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoPoint
public GeoPoint(double latitude,
double longitude)
getLat
public double getLat()
getLon
public double getLon()
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.