Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
Packages that use GeoJsonLineString
Package
Description
-
Uses of GeoJsonLineString in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoJsonLineStringModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJsonLineStringModifier and TypeMethodDescriptionGeoConverters.GeoJsonLineStringToMapConverter.convert
(GeoJsonLineString geoJsonLineString) -
Uses of GeoJsonLineString in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoJsonLineStringModifier and TypeMethodDescriptionstatic GeoJsonLineString
Creates a newGeoJsonLineString
for the givenPoint
s.static GeoJsonLineString
Creates a newGeoJsonLineString
for the givenGeoPoint
s.static GeoJsonLineString
Creates a newGeoJsonLineString
for the givenPoint
s.static GeoJsonLineString
GeoJsonLineString.ofGeoPoints
(List<GeoPoint> geoPoints) Creates a newGeoJsonLineString
for the givenGeoPoint
s.Methods in org.springframework.data.elasticsearch.core.geo that return types with arguments of type GeoJsonLineStringModifier and TypeMethodDescriptionGeoJsonMultiLineString.getCoordinates()
GeoJsonPolygon.getCoordinates()
Methods in org.springframework.data.elasticsearch.core.geo with parameters of type GeoJsonLineStringModifier and TypeMethodDescriptionstatic GeoJsonPolygon
GeoJsonPolygon.of
(GeoJsonLineString geoJsonLineString) Creates newGeoJsonPolygon
from the givenGeoJsonLineString
.GeoJsonPolygon.withInnerRing
(GeoJsonLineString lineString) Creates a newGeoJsonPolygon
with an inner ring defined be the givenGeoJsonLineString
.Method parameters in org.springframework.data.elasticsearch.core.geo with type arguments of type GeoJsonLineStringModifier and TypeMethodDescriptionstatic GeoJsonMultiLineString
GeoJsonMultiLineString.of
(List<GeoJsonLineString> lines) Creates newGeoJsonMultiLineString
for the givenGeoJsonLineString
s.