Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoPoint
Packages that use GeoPoint
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of GeoPoint in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type GeoPointModifier and TypeMethodDescriptionstatic co.elastic.clients.elasticsearch._types.LatLonGeoLocationstatic co.elastic.clients.elasticsearch._types.LatLonGeoLocationDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of GeoPoint in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoPointModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoPoint -
Uses of GeoPoint in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoPointModifier and TypeMethodDescriptionstatic GeoPointbuild a GeoPoint from aPointGeoBox.getBottomRight()GeoBox.getTopLeft()Methods in org.springframework.data.elasticsearch.core.geo with parameters of type GeoPointModifier and TypeMethodDescriptionstatic GeoJsonLineStringCreates a newGeoJsonLineStringfor the givenGeoPoints.static GeoJsonMultiPointCreates a newGeoJsonMultiPointfor the givenGeoPoints.static GeoJsonPointCreatesGeoJsonPointfor givenGeoPoint.static GeoJsonPolygonGeoJsonPolygon.of(GeoPoint first, GeoPoint second, GeoPoint third, GeoPoint fourth, GeoPoint... others) Creates newGeoJsonPolygonfrom the givenGeoPoints.static PointGeoJsonPolygon.withInnerRing(GeoPoint first, GeoPoint second, GeoPoint third, GeoPoint fourth, GeoPoint... others) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoPoints.Method parameters in org.springframework.data.elasticsearch.core.geo with type arguments of type GeoPointModifier and TypeMethodDescriptionstatic GeoJsonLineStringGeoJsonLineString.ofGeoPoints(List<GeoPoint> geoPoints) Creates a newGeoJsonLineStringfor the givenGeoPoints.static GeoJsonMultiPointGeoJsonMultiPoint.ofGeoPoints(List<GeoPoint> geoPoints) Creates a newGeoJsonMultiPointfor the givenGeoPoints.static GeoJsonPolygonGeoJsonPolygon.ofGeoPoints(List<GeoPoint> geoPoints) Creates newGeoJsonPolygonfrom the givenGeoPoints.GeoJsonPolygon.withInnerRingOfGeoPoints(List<GeoPoint> geoPoints) Constructors in org.springframework.data.elasticsearch.core.geo with parameters of type GeoPoint -
Uses of GeoPoint in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return GeoPointMethods in org.springframework.data.elasticsearch.core.query with parameters of type GeoPointModifier and TypeMethodDescriptionAdds a new filter CriteriaEntry for bounding box created from pointsAdds a new filter CriteriaEntry forlocation WITHIN distanceConstructors in org.springframework.data.elasticsearch.core.query with parameters of type GeoPoint