Uses of Class
org.springframework.data.geo.Distance
Packages that use Distance
Package
Description
Value types representing geo-spatial concepts.
Formatters for geo-spatial types.
-
Uses of Distance in org.springframework.data.geo
Methods in org.springframework.data.geo that return DistanceModifier and TypeMethodDescriptionAdds the given distance to the current one.GeoPage.getAverageDistance()
GeoResults.getAverageDistance()
Returns the average distance of allGeoResult
s in this list.GeoResult.getDistance()
Circle.getRadius()
Returns the radius of theCircle
.Methods in org.springframework.data.geo that return types with arguments of type DistanceModifier and TypeMethodDescriptionMethods in org.springframework.data.geo with parameters of type DistanceModifier and TypeMethodDescriptionAdds the given distance to the current one.int
Constructors in org.springframework.data.geo with parameters of type DistanceModifierConstructorDescriptionGeoResults
(List<? extends GeoResult<T>> results, Distance averageDistance) Creates a newGeoResults
instance from the givenGeoResult
s and average distance. -
Uses of Distance in org.springframework.data.geo.format
Methods in org.springframework.data.geo.format that return DistanceMethods in org.springframework.data.geo.format with parameters of type Distance