Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.geo
Class GeoPoint

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getLat()
           
 double getLon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPoint

public GeoPoint(double latitude,
                double longitude)
Method Detail

getLat

public double getLat()

getLon

public double getLon()

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.