Uses of Interface
org.springframework.data.elasticsearch.utils.geohash.Geometry
Packages that use Geometry
Package
Description
package collecting classes needed for GeoHash calculations.
-
Uses of Geometry in org.springframework.data.elasticsearch.utils.geohash
Classes in org.springframework.data.elasticsearch.utils.geohash that implement GeometryModifier and TypeClassDescriptionclass/** 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.classCode 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.Methods in org.springframework.data.elasticsearch.utils.geohash that return GeometryMethods in org.springframework.data.elasticsearch.utils.geohash with parameters of type GeometryModifier and TypeMethodDescriptionvoidWellKnownText.toWKT(Geometry geometry, StringBuilder sb) voidValidates the geometry and throws IllegalArgumentException if the geometry is not validvoid