| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.geo |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonPoint |
GeoConverters.MapToGeoJsonPointConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoJsonPointToMapConverter.convert(GeoJsonPoint geoJsonPoint) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonPoint |
GeoJsonPoint.of(double x,
double y)
Creates
GeoJsonPoint for given coordinates. |
static GeoJsonPoint |
GeoJsonPoint.of(GeoPoint geoPoint)
Creates
GeoJsonPoint for given GeoPoint. |
static GeoJsonPoint |
GeoJsonPoint.of(Point point)
Creates
GeoJsonPoint for given Point. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.