Uses of Class
org.springframework.data.geo.GeoResult
-
Uses of GeoResult in org.springframework.data.geo
Modifier and TypeMethodDescriptionGeoResults.getContent()
Returns the actual content of theGeoResults
.GeoResults.iterator()
ModifierConstructorDescriptionGeoResults
(List<? extends GeoResult<T>> results) Creates a newGeoResults
instance manually calculating the average distance from the distance values of the givenGeoResult
s.GeoResults
(List<? extends GeoResult<T>> results, Distance averageDistance) Creates a newGeoResults
instance from the givenGeoResult
s and average distance.GeoResults
(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.