Uses of Class
dev.morphia.aggregation.GeoNear
-
Packages that use GeoNear Package Description dev.morphia.aggregation -
-
Uses of GeoNear in dev.morphia.aggregation
Methods in dev.morphia.aggregation that return GeoNear Modifier and Type Method Description GeoNearGeoNear.GeoNearBuilder. build()Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.aggregation with parameters of type GeoNear Modifier and Type Method Description AggregationPipelineAggregationPipeline. geoNear(GeoNear geoNear)Deprecated, for removal: This API element is subject to removal in a future version.Returns an ordered stream of documents based on the proximity to a geospatial point.AggregationPipelineAggregationPipelineImpl. geoNear(GeoNear geoNear)Deprecated, for removal: This API element is subject to removal in a future version.
-