| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.geo |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonMultiLineString |
GeoConverters.MapToGeoJsonMultiLineStringConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoJsonMultiLineStringToMapConverter.convert(GeoJsonMultiLineString source) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonMultiLineString |
GeoJsonMultiLineString.of(List<GeoJsonLineString> lines)
Creates new
GeoJsonMultiLineString for the given GeoJsonLineStrings. |
static GeoJsonMultiLineString |
GeoJsonMultiLineString.of(List<Point>... lines)
Creates new
GeoJsonMultiLineString for the given Points. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.