Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
Packages that use GeoJsonMultiPoint
Package
Description
-
Uses of GeoJsonMultiPoint in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoJsonMultiPointModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJsonMultiPointModifier and TypeMethodDescriptionGeoConverters.GeoJsonMultiPointToMapConverter.convert(GeoJsonMultiPoint geoJsonMultiPoint) -
Uses of GeoJsonMultiPoint in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoJsonMultiPointModifier and TypeMethodDescriptionstatic GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenPoints.static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenGeoPoints.static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenPoints.static GeoJsonMultiPointGeoJsonMultiPoint.ofGeoPoints(List<GeoPoint> geoPoints) Creates a newGeoJsonMultiPointfor the givenGeoPoints.