Uses of Class
de.caluga.morphium.aggregation.Aggregator.GeoNearFields
-
Packages that use Aggregator.GeoNearFields Package Description de.caluga.morphium.aggregation de.caluga.morphium.driver.inmem -
-
Uses of Aggregator.GeoNearFields in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.GeoNearFields Modifier and Type Method Description static Aggregator.GeoNearFieldsAggregator.GeoNearFields. valueOf(String name)Returns the enum constant of this type with the specified name.static Aggregator.GeoNearFields[]Aggregator.GeoNearFields. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.caluga.morphium.aggregation with type arguments of type Aggregator.GeoNearFields Modifier and Type Method Description Aggregator<T,R>Aggregator. geoNear(Map<Aggregator.GeoNearFields,Object> param)Aggregator<T,R>AggregatorImpl. geoNear(Map<Aggregator.GeoNearFields,Object> param) -
Uses of Aggregator.GeoNearFields in de.caluga.morphium.driver.inmem
Method parameters in de.caluga.morphium.driver.inmem with type arguments of type Aggregator.GeoNearFields Modifier and Type Method Description Aggregator<T,R>InMemAggregator. geoNear(Map<Aggregator.GeoNearFields,Object> param)
-