public static enum Aggregator.GeoNearFields extends Enum<Aggregator.GeoNearFields>
| Enum Constant and Description |
|---|
distanceField |
distanceMultiplier |
includeLocs |
key |
maxDistance |
minDistance |
near |
query |
spherical |
uniqueDocs |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.GeoNearFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.GeoNearFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregator.GeoNearFields near
public static final Aggregator.GeoNearFields distanceField
public static final Aggregator.GeoNearFields spherical
public static final Aggregator.GeoNearFields maxDistance
public static final Aggregator.GeoNearFields query
public static final Aggregator.GeoNearFields distanceMultiplier
public static final Aggregator.GeoNearFields includeLocs
public static final Aggregator.GeoNearFields uniqueDocs
public static final Aggregator.GeoNearFields minDistance
public static final Aggregator.GeoNearFields key
public static Aggregator.GeoNearFields[] values()
for (Aggregator.GeoNearFields c : Aggregator.GeoNearFields.values()) System.out.println(c);
public static Aggregator.GeoNearFields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.