Uses of Class
org.elasticsearch.common.geo.GeoPoint
-
-
Uses of GeoPoint in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return GeoPoint Modifier and Type Method Description static GeoPointGeoPoint. fromGeohash(long geohashLong)static GeoPointGeoPoint. fromGeohash(String geohash)static GeoPointGeoUtils. parseFromString(String val)Parse aGeoPointfrom a string.static GeoPointGeoUtils. parseGeoPoint(Object value, boolean ignoreZValue)Parses the value as a geopoint.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser)Parse aGeoPointwith aXContentParser:static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point)static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue)Parse a geopoint represented as an object, string or an array.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)Parse aGeoPointwith aXContentParser.GeoPointGeoPoint. reset(double lat, double lon)GeoPointGeoPoint. resetFromCoordinates(String value, boolean ignoreZValue)GeoPointGeoPoint. resetFromGeoHash(long geohashLong)GeoPointGeoPoint. resetFromGeoHash(String geohash)GeoPointGeoPoint. resetFromIndexableField(IndexableField field)GeoPointGeoPoint. resetFromIndexHash(long hash)GeoPointGeoPoint. resetFromString(String value)GeoPointGeoPoint. resetFromString(String value, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)GeoPointGeoPoint. resetLat(double lat)GeoPointGeoPoint. resetLon(double lon)Methods in org.elasticsearch.common.geo with parameters of type GeoPoint Modifier and Type Method Description static SortedNumericDoubleValuesGeoUtils. distanceValues(GeoDistance distance, DistanceUnit unit, MultiGeoPointValues geoPointValues, GeoPoint... fromPoints)Return aSortedNumericDoubleValuesinstance that returns the distances to a list of geo-points for each document.static voidGeoUtils. normalizePoint(GeoPoint point)Normalize the geoPointfor its coordinates to lie within their respective normalized ranges.static voidGeoUtils. normalizePoint(GeoPoint point, boolean normLat, boolean normLon)Normalize the geoPointfor the given coordinates to lie within their respective normalized ranges.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point)static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue)Parse a geopoint represented as an object, string or an array.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)Parse aGeoPointwith aXContentParser.Constructors in org.elasticsearch.common.geo with parameters of type GeoPoint Constructor Description GeoPoint(GeoPoint template) -
Uses of GeoPoint in org.elasticsearch.common.io.stream
Methods in org.elasticsearch.common.io.stream that return GeoPoint Modifier and Type Method Description GeoPointStreamInput. readGeoPoint()Reads aGeoPointfrom this stream inputMethods in org.elasticsearch.common.io.stream with parameters of type GeoPoint Modifier and Type Method Description voidStreamOutput. writeGeoPoint(GeoPoint geoPoint)Writes the givenGeoPointto the stream -
Uses of GeoPoint in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return GeoPoint Modifier and Type Method Description abstract GeoPointGeoPointValues. geoPointValue()Get theGeoPointassociated with the current document.GeoPointScriptDocValues.GeoPoints. get(int index)GeoPointScriptDocValues.GeoPoints. getValue()abstract GeoPointMultiGeoPointValues. nextValue()Return the next value associated with the current document. -
Uses of GeoPoint in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type GeoPoint Modifier and Type Method Description protected voidGeoPointFieldMapper. parse(ParseContext context, GeoPoint point) -
Uses of GeoPoint in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return GeoPoint Modifier and Type Method Description GeoPointGeoBoundingBoxQueryBuilder. bottomRight()Returns the bottom right corner of the bounding box.GeoPointGeoDistanceQueryBuilder. point()Returns the center point of the distance query.GeoPointGeoBoundingBoxQueryBuilder. topLeft()Returns the top left corner of the bounding box.Methods in org.elasticsearch.index.query that return types with arguments of type GeoPoint Modifier and Type Method Description List<GeoPoint>GeoPolygonQueryBuilder. points()Methods in org.elasticsearch.index.query with parameters of type GeoPoint Modifier and Type Method Description GeoDistanceQueryBuilderGeoDistanceQueryBuilder. point(GeoPoint point)Sets the center point for the query.GeoBoundingBoxQueryBuilderGeoBoundingBoxQueryBuilder. setCorners(GeoPoint topLeft, GeoPoint bottomRight)Adds points.GeoBoundingBoxQueryBuilderGeoBoundingBoxQueryBuilder. setCornersOGC(GeoPoint bottomLeft, GeoPoint topRight)Adds corners in OGC standard bbox/ envelop format.Constructors in org.elasticsearch.index.query with parameters of type GeoPoint Constructor Description Origin(GeoPoint origin)Constructor parameters in org.elasticsearch.index.query with type arguments of type GeoPoint Constructor Description GeoPolygonQueryBuilder(String fieldName, List<GeoPoint> points) -
Uses of GeoPoint in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return GeoPoint Modifier and Type Method Description GeoPointInternalGeoHashGridBucket. getKey()GeoPointInternalGeoTileGridBucket. getKey()GeoPointParsedGeoHashGridBucket. getKey()GeoPointParsedGeoTileGridBucket. getKey() -
Uses of GeoPoint in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return GeoPoint Modifier and Type Method Description GeoPointGeoDistanceAggregationBuilder. origin()Return theGeoPointthat is used for distance computations.Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type GeoPoint Constructor Description GeoDistanceAggregationBuilder(String name, GeoPoint origin)GeoDistanceRangeAggregatorFactory(String name, ValuesSourceConfig<ValuesSource.GeoPoint> config, GeoPoint origin, GeoDistanceAggregationBuilder.Range[] ranges, DistanceUnit unit, GeoDistance distanceType, boolean keyed, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of GeoPoint in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return GeoPoint Modifier and Type Method Description GeoPointGeoBounds. bottomRight()Get the bottom-right location of the bounding box.GeoPointInternalGeoBounds. bottomRight()GeoPointParsedGeoBounds. bottomRight()GeoPointGeoCentroid. centroid()GeoPointInternalGeoCentroid. centroid()GeoPointParsedGeoCentroid. centroid()GeoPointGeoBounds. topLeft()Get the top-left location of the bounding box.GeoPointInternalGeoBounds. topLeft()GeoPointParsedGeoBounds. topLeft() -
Uses of GeoPoint in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type GeoPoint Modifier and Type Method Description static ValuesSource.GeoPointMissingValues. replaceMissing(ValuesSource.GeoPoint valuesSource, GeoPoint missing) -
Uses of GeoPoint in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return GeoPoint Modifier and Type Method Description GeoPoint[]GeoDistanceSortBuilder. points()Returns the points to create the range distance facets from.Methods in org.elasticsearch.search.sort with parameters of type GeoPoint Modifier and Type Method Description static GeoDistanceSortBuilderSortBuilders. geoDistanceSort(String fieldName, GeoPoint... points)Constructs a new distance based sort on a geo point like field.GeoDistanceSortBuilderGeoDistanceSortBuilder. points(GeoPoint... points)The point to create the range distance facets from.Constructors in org.elasticsearch.search.sort with parameters of type GeoPoint Constructor Description GeoDistanceSortBuilder(String fieldName, GeoPoint... points)Constructs a new distance based sort on a geo point like field. -
Uses of GeoPoint in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that return GeoPoint Modifier and Type Method Description GeoPointGeoQueryContext. getGeoPoint()Returns the geo point of the contextMethods in org.elasticsearch.search.suggest.completion.context with parameters of type GeoPoint Modifier and Type Method Description GeoQueryContext.BuilderGeoQueryContext.Builder. setGeoPoint(GeoPoint geoPoint)Sets the geo point of the context.
-