| Package | Description |
|---|---|
| org.elasticsearch.common.geo |
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoDistance.ArcFixedSourceDistance |
static class |
GeoDistance.FactorFixedSourceDistance |
static class |
GeoDistance.FixedSourceDistanceBase
Basic implementation of
GeoDistance.FixedSourceDistance. |
static class |
GeoDistance.PlaneFixedSourceDistance |
static class |
GeoDistance.SloppyArcFixedSourceDistance |
| Modifier and Type | Method and Description |
|---|---|
abstract GeoDistance.FixedSourceDistance |
GeoDistance.fixedSourceDistance(double sourceLatitude,
double sourceLongitude,
DistanceUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
static SortedNumericDoubleValues |
GeoDistance.distanceValues(MultiGeoPointValues geoPointValues,
GeoDistance.FixedSourceDistance... distances)
Return a
SortedNumericDoubleValues instance that returns the distances to a list of geo-points for each document. |
Copyright © 2009–2017. All rights reserved.