org.springframework.data.solr.core.geo
Class GeoLocation
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoLocation
public GeoLocation(double latitude,
double longitude)
getLongitude
public double getLongitude()
getLatitude
public double getLatitude()
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.