Spring Data Solr

org.springframework.data.solr.core.geo
Class GeoLocation

java.lang.Object
  extended by org.springframework.data.solr.core.geo.GeoLocation

public class GeoLocation
extends Object

Implementation of geographical location identified by latitude and longitude.

Author:
Christoph Strobl

Constructor Summary
GeoLocation(double latitude, double longitude)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoLocation

public GeoLocation(double latitude,
                   double longitude)
Method Detail

getLongitude

public double getLongitude()

getLatitude

public double getLatitude()

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.