|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.geo.Distance
org.springframework.data.mongodb.core.geo.Distance
Distance. This class is scheduled to
be removed in the next major release.
@Deprecated public class Distance
Value object to represent distances in a given metric.
| Constructor Summary | |
|---|---|
Distance(double value)
Deprecated. Creates a new Distance. |
|
Distance(double value,
org.springframework.data.geo.Metric metric)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.data.geo.Distance |
|---|
add, add, equals, getMetric, getNormalizedValue, getValue, hashCode, in, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Distance(double value)
Distance.
value -
public Distance(double value,
org.springframework.data.geo.Metric metric)
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||