Uses of Interface
org.springframework.data.elasticsearch.utils.geohash.GeometryVisitor
Packages that use GeometryVisitor
Package
Description
package collecting classes needed for GeoHash calculations.
-
Uses of GeometryVisitor in org.springframework.data.elasticsearch.utils.geohash
Methods in org.springframework.data.elasticsearch.utils.geohash with parameters of type GeometryVisitorModifier and TypeMethodDescription<T,E extends Exception>
TGeometry.visit(GeometryVisitor<T, E> visitor) <T,E extends Exception>
TPoint.visit(GeometryVisitor<T, E> visitor) <T,E extends Exception>
TRectangle.visit(GeometryVisitor<T, E> visitor)