Uses of Class
org.springframework.data.geo.Distance
Package
Description
Value types representing geo-spatial concepts.
Formatters for geo-spatial types.
-
Uses of Distance in org.springframework.data.geo
Modifier 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
.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionAdds the given distance to the current one.int
ModifierConstructorDescriptionGeoResults
(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