org.springframework.data.solr.core.geo
Class Distance
java.lang.Object
org.springframework.data.geo.Distance
org.springframework.data.solr.core.geo.Distance
- All Implemented Interfaces:
- Serializable
Deprecated. Will be removed in 1.3. Use Distance instead.
public class Distance
- extends org.springframework.data.geo.Distance
Distance implementation to be used for spatial queries taking solr's usage of metric system into account.
- Author:
- Christoph Strobl
- See Also:
- Serialized Form
|
Constructor Summary |
Distance(double value)
Deprecated. |
Distance(double value,
Distance.Unit unit)
Deprecated. |
Distance(double value,
org.springframework.data.geo.Metric metric)
Deprecated. |
| Methods inherited from class org.springframework.data.geo.Distance |
add, add, equals, getMetric, getNormalizedValue, getValue, hashCode, in, toString |
Distance
public Distance(double value)
- Deprecated.
Distance
public Distance(double value,
org.springframework.data.geo.Metric metric)
- Deprecated.
Distance
public Distance(double value,
Distance.Unit unit)
- Deprecated.
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.