| Modifier and Type | Method and Description |
|---|---|
default N |
SpatialWithinPredicateAreaStep.circle(double latitude,
double longitude,
double radius,
DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
N |
SpatialWithinPredicateAreaStep.circle(GeoPoint center,
double radius,
DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialWithinCirclePredicateBuilder.circle(GeoPoint center,
double radius,
DistanceUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
ProjectionFinalStep<Double> |
DistanceToFieldProjectionOptionsStep.unit(DistanceUnit unit)
Defines the unit of the computed distance (default is meters).
|
| Modifier and Type | Method and Description |
|---|---|
DistanceToFieldProjectionBuilder |
DistanceToFieldProjectionBuilder.unit(DistanceUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.