Uses of Class
org.springframework.data.geo.GeoResult
Packages that use GeoResult
-
Uses of GeoResult in org.springframework.data.geo
Methods in org.springframework.data.geo that return types with arguments of type GeoResultModifier and TypeMethodDescriptionGeoResults.getContent()
Returns the actual content of theGeoResults
.GeoResults.iterator()
Constructor parameters in org.springframework.data.geo with type arguments of type GeoResultModifierConstructorDescriptionGeoResults
(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.