Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoDistance.DistanceBoundingCheck.bottomRight() |
GeoPoint |
GeoDistance.Meridian180DistanceBoundingCheck.bottomRight() |
GeoPoint |
GeoDistance.SimpleDistanceBoundingCheck.bottomRight() |
static GeoPoint |
GeoHashUtils.decode(long geohash) |
static GeoPoint |
GeoHashUtils.decode(String geohash)
Decodes the given geohash
|
static GeoPoint |
GeoHashUtils.decode(String geohash,
GeoPoint ret)
Decodes the given geohash into a latitude and longitude
|
static GeoPoint |
GeoPoint.parseFromLatLon(String latLon) |
static GeoPoint |
GeoUtils.parseGeoPoint(XContentParser parser)
Parse a
GeoPoint with a XContentParser : |
static GeoPoint |
GeoUtils.parseGeoPoint(XContentParser parser,
GeoPoint point)
Parse a
GeoPoint with a XContentParser . |
GeoPoint |
GeoPoint.reset(double lat,
double lon) |
GeoPoint |
GeoPoint.resetFromGeoHash(String hash) |
GeoPoint |
GeoPoint.resetFromString(String value) |
GeoPoint |
GeoPoint.resetLat(double lat) |
GeoPoint |
GeoPoint.resetLon(double lon) |
GeoPoint |
GeoDistance.DistanceBoundingCheck.topLeft() |
GeoPoint |
GeoDistance.Meridian180DistanceBoundingCheck.topLeft() |
GeoPoint |
GeoDistance.SimpleDistanceBoundingCheck.topLeft() |
Modifier and Type | Method and Description |
---|---|
static void |
GeoHashUtils.decode(long geohash,
GeoPoint ret)
Decodes the given long-format geohash into a latitude and longitude
|
static GeoPoint |
GeoHashUtils.decode(String geohash,
GeoPoint ret)
Decodes the given geohash into a latitude and longitude
|
static void |
GeoUtils.normalizePoint(GeoPoint point)
Normalize the geo
Point for its coordinates to lie within their
respective normalized ranges. |
static void |
GeoUtils.normalizePoint(GeoPoint point,
boolean normLat,
boolean normLon)
Normalize the geo
Point for the given coordinates to lie within
their respective normalized ranges. |
static GeoPoint |
GeoUtils.parseGeoPoint(XContentParser parser,
GeoPoint point)
Parse a
GeoPoint with a XContentParser . |
Constructor and Description |
---|
Meridian180DistanceBoundingCheck(GeoPoint topLeft,
GeoPoint bottomRight) |
SimpleDistanceBoundingCheck(GeoPoint topLeft,
GeoPoint bottomRight) |
Modifier and Type | Method and Description |
---|---|
abstract GeoPoint |
GeoPointValues.get(int docID)
Get the
GeoPoint associated with docID . |
GeoPoint |
ScriptDocValues.GeoPoints.get(int index) |
GeoPoint |
ScriptDocValues.GeoPoints.getValue() |
abstract GeoPoint |
MultiGeoPointValues.valueAt(int i)
Return the
i-th value associated with the current document. |
Modifier and Type | Method and Description |
---|---|
List<GeoPoint> |
ScriptDocValues.GeoPoints.getValues() |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoPointFieldMapper.Encoding.decode(byte[] in,
int offset,
GeoPoint out)
Decode a geo point from a byte-array, reading
GeoPointFieldMapper.Encoding.numBytes() bytes. |
GeoPoint |
GeoPointFieldMapper.Encoding.decode(long latBits,
long lonBits,
GeoPoint out)
Decode a geo point from the bits of the encoded latitude and longitudes.
|
GeoPoint |
GeoPointFieldMapper.value(Object value) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoPointFieldMapper.Encoding.decode(byte[] in,
int offset,
GeoPoint out)
Decode a geo point from a byte-array, reading
GeoPointFieldMapper.Encoding.numBytes() bytes. |
GeoPoint |
GeoPointFieldMapper.Encoding.decode(long latBits,
long lonBits,
GeoPoint out)
Decode a geo point from the bits of the encoded latitude and longitudes.
|
Modifier and Type | Method and Description |
---|---|
GeoPolygonFilterBuilder |
GeoPolygonFilterBuilder.addPoint(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomLeft(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.bottomRight(GeoPoint point) |
static GeohashCellFilter.Builder |
FilterBuilders.geoHashCellFilter(String name,
GeoPoint point)
A filter based on a bounding box defined by geohash.
|
GeohashCellFilter.Builder |
GeohashCellFilter.Builder.point(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topLeft(GeoPoint point) |
GeoBoundingBoxFilterBuilder |
GeoBoundingBoxFilterBuilder.topRight(GeoPoint point) |
Constructor and Description |
---|
Builder(String field,
GeoPoint point) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
InMemoryGeoBoundingBoxFilter.bottomRight() |
GeoPoint[] |
GeoPolygonFilter.points() |
GeoPoint |
InMemoryGeoBoundingBoxFilter.topLeft() |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Filter |
IndexedGeoBoundingBoxFilter.create(GeoPoint topLeft,
GeoPoint bottomRight,
GeoPointFieldMapper fieldMapper) |
Constructor and Description |
---|
GeoBoundingBoxDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint topLeft,
GeoPoint bottomRight) |
GeoDistanceRangeFilter(GeoPoint point,
Double lowerVal,
Double upperVal,
boolean includeLower,
boolean includeUpper,
GeoDistance geoDistance,
GeoPointFieldMapper mapper,
IndexGeoPointFieldData indexFieldData,
String optimizeBbox) |
GeoPolygonDocIdSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint[] points) |
GeoPolygonFilter(IndexGeoPointFieldData indexFieldData,
GeoPoint... points) |
InMemoryGeoBoundingBoxFilter(GeoPoint topLeft,
GeoPoint bottomRight,
IndexGeoPointFieldData indexFieldData) |
Meridian180GeoBoundingBoxDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint topLeft,
GeoPoint bottomRight) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoHashGrid.Bucket.getKeyAsGeoPoint() |
Modifier and Type | Method and Description |
---|---|
GeoHashGrid.Bucket |
GeoHashGrid.getBucketByKey(GeoPoint key) |
GeoHashGrid.Bucket |
InternalGeoHashGrid.getBucketByKey(GeoPoint key) |
Modifier and Type | Method and Description |
---|---|
GeoDistanceBuilder |
GeoDistanceBuilder.point(GeoPoint point)
Set the point to calculate distances from.
|
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoBounds.bottomRight()
Get the bottom-right location of the bounding box.
|
GeoPoint |
InternalGeoBounds.bottomRight() |
GeoPoint |
GeoBounds.topLeft()
Get the top-left location of the bounding box.
|
GeoPoint |
InternalGeoBounds.topLeft() |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
GeoPointParser.geoPoint() |
Modifier and Type | Method and Description |
---|---|
GeoDistanceSortBuilder |
GeoDistanceSortBuilder.points(GeoPoint... points)
The point to create the range distance facets from.
|
Modifier and Type | Method and Description |
---|---|
GeolocationContextMapping.Builder |
GeolocationContextMapping.Builder.defaultLocation(GeoPoint point)
Set a default location that should be used, if no location is
provided by the query
|
static org.elasticsearch.search.suggest.context.GeolocationContextMapping.GeoQuery |
GeolocationContextMapping.query(String name,
GeoPoint point)
Create a new geolocation query from a given GeoPoint
|
Copyright © 2009–2015. All rights reserved.