Uses of Interface
org.springframework.data.geo.Metric
-
Uses of Metric in org.springframework.data.geo
Modifier and TypeClassDescriptionclass
Value object to create customMetric
s on the fly.enum
Commonly usedMetric
s.Modifier and TypeMethodDescriptionModifierConstructorDescriptionGeoResults
(List<? extends GeoResult<T>> results, Metric metric) Creates a newGeoResults
instance manually calculating the average distance in the givenMetric
from the distance values of the givenGeoResult
s.