Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
Packages that use GeoJsonPoint
Package
Description
-
Uses of GeoJsonPoint in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoJsonPointModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJsonPointModifier and TypeMethodDescriptionGeoConverters.GeoJsonPointToMapConverter.convert(GeoJsonPoint geoJsonPoint) -
Uses of GeoJsonPoint in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoJsonPointModifier and TypeMethodDescriptionstatic GeoJsonPointGeoJsonPoint.of(double x, double y) CreatesGeoJsonPointfor given coordinates.static GeoJsonPointCreatesGeoJsonPointfor givenGeoPoint.static GeoJsonPointCreatesGeoJsonPointfor givenPoint.