Package org.elasticsearch.common.geo


package org.elasticsearch.common.geo
  • Class
    Description
    A class representing a Geo-Bounding-Box for use by Geo queries and aggregations that deal with extents/rectangles representing rectangular areas of interest.
    Geo distance calculation.
    Output formatters for geo fields support extensions such as vector tiles.
    Defines an extension point for geometry formatter
    Utility class for converting libs/geo shapes to and from GeoJson
    Output formatters supported by geometry fields.
    Utility class for binary serializtion/deserialization of libs/geo classes
    Transforms provided Geometry into a lucene friendly format by normalizing latitude and longitude coordinates and breaking geometries that cross the dateline.
    An utility class with to read geometries from a XContentParser or generic object.
    Supported formats to read/write JSON geometries.
     
    Utility class that transforms Elasticsearch geometry objects to the Lucene representation
     
    Represents the point of the geohash cell that should be used as the value of geohash
     
    Enum representing the relationship between a Query / Filter Shape and indexed Shapes that will be used to determine if a Document should be matched or not
    Transforms points and rectangles objects in WGS84 into mvt features.
    A facade for SimpleFeatureFactory that converts it into FormatterFactory for use in GeoPointFieldMapper
     
    Utility functions to transforms WGS84 coordinates into spherical mercator.