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
Classes in org.springframework.data.geo that implement interfaces with type arguments of type DistanceModifier and TypeClassDescriptionfinal classValue object to represent distances in a given metric.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 allGeoResults in this list.GeoResult.getDistance()Circle.getRadius()Returns the radius of theCircle.static DistanceDistance.of(double value) Creates a newDistancewith a neutral metric.static DistanceMethods 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.intConstructors in org.springframework.data.geo with parameters of type DistanceModifierConstructorDescriptionGeoResults(List<? extends GeoResult<T>> results, Distance averageDistance) Creates a newGeoResultsinstance from the givenGeoResults and average distance. -
Uses of Distance in org.springframework.data.geo.format
Classes in org.springframework.data.geo.format that implement interfaces with type arguments of type DistanceModifier and TypeClassDescriptionenumenumMethods in org.springframework.data.geo.format that return DistanceMethods in org.springframework.data.geo.format with parameters of type Distance