Uses of Enum Class
org.springframework.data.elasticsearch.utils.geohash.ShapeType
Packages that use ShapeType
Package
Description
package collecting classes needed for GeoHash calculations.
-
Uses of ShapeType in org.springframework.data.elasticsearch.utils.geohash
Subclasses with type arguments of type ShapeType in org.springframework.data.elasticsearch.utils.geohashModifier and TypeClassDescriptionenumCode 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 elasticsearchMethods in org.springframework.data.elasticsearch.utils.geohash that return ShapeTypeModifier and TypeMethodDescriptionstatic ShapeTypeGeometry.type()Point.type()Rectangle.type()static ShapeTypeReturns the enum constant of this class with the specified name.static ShapeType[]ShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.