Uses of Class
dev.morphia.aggregation.stages.GeoNear
-
Packages that use GeoNear Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of GeoNear in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type GeoNear Modifier and Type Method Description Aggregation<T>Aggregation. geoNear(GeoNear near)Outputs documents in order of nearest to farthest from a specified point.Aggregation<T>AggregationImpl. geoNear(GeoNear near) -
Uses of GeoNear in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return GeoNear Modifier and Type Method Description GeoNearGeoNear. distanceField(String distanceField)The output field that contains the calculated distance.GeoNearGeoNear. distanceMultiplier(Number distanceMultiplier)Optional.static GeoNearGeoNear. geoNear(double[] coordinates)Creates a new geoNear stagestatic GeoNearGeoNear. geoNear(Point point)Creates a new geoNear stageGeoNearGeoNear. includeLocs(String includeLocs)Optional.GeoNearGeoNear. key(String key)Optional.GeoNearGeoNear. maxDistance(Number maxDistance)Optional.GeoNearGeoNear. minDistance(Number minDistance)Optional.GeoNearGeoNear. query(Filter... filters)Optional.GeoNearGeoNear. spherical(Boolean spherical)Optional.static GeoNearGeoNear. to(double[] coordinates)Deprecated, for removal: This API element is subject to removal in a future version.static GeoNearGeoNear. to(Point point)Deprecated, for removal: This API element is subject to removal in a future version.usergeoNear(Point)
-