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 GeoJsonLineStringCreates a newGeoJsonLineStringfor the givenPoints.static GeoJsonLineStringCreates a newGeoJsonLineStringfor the givenGeoPoints.static GeoJsonLineStringCreates a newGeoJsonLineStringfor the givenPoints.static GeoJsonLineStringGeoJsonLineString.ofGeoPoints(List<GeoPoint> geoPoints) Creates a newGeoJsonLineStringfor the givenGeoPoints.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 GeoJsonPolygonGeoJsonPolygon.of(GeoJsonLineString geoJsonLineString) Creates newGeoJsonPolygonfrom the givenGeoJsonLineString.GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString) Creates a newGeoJsonPolygonwith an inner ring defined be the givenGeoJsonLineString.Method parameters in org.springframework.data.elasticsearch.core.geo with type arguments of type GeoJsonLineStringModifier and TypeMethodDescriptionstatic GeoJsonMultiLineStringGeoJsonMultiLineString.of(List<GeoJsonLineString> lines) Creates newGeoJsonMultiLineStringfor the givenGeoJsonLineStrings.