Uses of Package
org.springframework.data.elasticsearch.utils.geohash

Package
Description
package collecting classes needed for GeoHash calculations.
  • Class
    Description
    Code copied from Elasticsearch 7.10, Apache License V2 https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/Geometry.java

    Base class for all Geometry objects supported by elasticsearch
    /** Code copied from Elasticsearch 7.10, Apache License V2 https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/utils/GeometryValidator.java

    Generic geometry validator that can be used by the parser to verify the validity of the parsed geometry
    Support class for creating Geometry Visitors.
    /** Code copied from Elasticsearch 7.10, Apache License V2 https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/Point.java

    Represents a Point on the earth's surface in decimal degrees and optional altitude in meters.
    Code copied from Elasticsearch 7.10, Apache License V2 https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/Rectangle.java

    Represents a lat/lon rectangle in decimal degrees and optional altitude in meters.
    Code copied from Elasticsearch 7.10, Apache License V2 https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/ShapeType.java

    Shape types supported by elasticsearch
    Utility class for converting to and from WKT