org.springframework.data.solr.core.geo
Class GeoLocation
java.lang.Object
org.springframework.data.geo.Point
org.springframework.data.solr.core.geo.GeoLocation
- All Implemented Interfaces:
- Serializable
Deprecated. Will be removed in 1.3. Use Point instead.
public class GeoLocation
- extends org.springframework.data.geo.Point
Implementation of geographical location identified by latitude and longitude.
- Author:
- Christoph Strobl
- See Also:
- Serialized Form
|
Constructor Summary |
GeoLocation(double latitude,
double longitude)
Deprecated. |
| Methods inherited from class org.springframework.data.geo.Point |
equals, getX, getY, hashCode, toString |
GeoLocation
public GeoLocation(double latitude,
double longitude)
- Deprecated.
getLongitude
public double getLongitude()
- Deprecated.
getLatitude
public double getLatitude()
- Deprecated.
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.