| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.geo |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonMultiPoint |
GeoConverters.MapToGeoJsonMultiPointConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoJsonMultiPointToMapConverter.convert(GeoJsonMultiPoint geoJsonMultiPoint) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonMultiPoint |
GeoJsonMultiPoint.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonMultiPoint for the given GeoPoints. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.of(List<Point> points)
Creates a new
GeoJsonMultiPoint for the given Points. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.of(Point first,
Point second,
Point... others)
Creates a new
GeoJsonMultiPoint for the given Points. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.ofGeoPoints(List<GeoPoint> geoPoints)
Creates a new
GeoJsonMultiPoint for the given GeoPoints. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.