Uses of Class
org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
Packages that use GeoJsonMultiLineString
Package
Description
-
Uses of GeoJsonMultiLineString in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert that return GeoJsonMultiLineStringModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJsonMultiLineStringModifier and TypeMethodDescriptionGeoConverters.GeoJsonMultiLineStringToMapConverter.convert(GeoJsonMultiLineString source) -
Uses of GeoJsonMultiLineString in org.springframework.data.elasticsearch.core.geo
Methods in org.springframework.data.elasticsearch.core.geo that return GeoJsonMultiLineStringModifier and TypeMethodDescriptionstatic GeoJsonMultiLineStringGeoJsonMultiLineString.of(List<GeoJsonLineString> lines) Creates newGeoJsonMultiLineStringfor the givenGeoJsonLineStrings.static GeoJsonMultiLineStringCreates newGeoJsonMultiLineStringfor the givenPoints.