Spring Data Solr

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

java.lang.Object
  extended by org.springframework.data.geo.Point
      extended by 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.  
 
Method Summary
 double getLatitude()
          Deprecated.  
 double getLongitude()
          Deprecated.  
 
Methods inherited from class org.springframework.data.geo.Point
equals, getX, getY, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoLocation

public GeoLocation(double latitude,
                   double longitude)
Deprecated. 
Method Detail

getLongitude

public double getLongitude()
Deprecated. 

getLatitude

public double getLatitude()
Deprecated. 

Spring Data Solr

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