| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.geo |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonLineString |
GeoConverters.MapToGeoJsonLineStringConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoJsonLineStringToMapConverter.convert(GeoJsonLineString geoJsonLineString) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonLineString |
GeoJsonLineString.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonLineString for the given GeoPoints. |
static GeoJsonLineString |
GeoJsonLineString.of(List<Point> points)
Creates a new
GeoJsonLineString for the given Points. |
static GeoJsonLineString |
GeoJsonLineString.of(Point first,
Point second,
Point... others)
Creates a new
GeoJsonLineString for the given Points. |
static GeoJsonLineString |
GeoJsonLineString.ofGeoPoints(List<GeoPoint> geoPoints)
Creates a new
GeoJsonLineString for the given GeoPoints. |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJsonLineString> |
GeoJsonMultiLineString.getCoordinates() |
List<GeoJsonLineString> |
GeoJsonPolygon.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonPolygon |
GeoJsonPolygon.of(GeoJsonLineString geoJsonLineString)
Creates new
GeoJsonPolygon from the given GeoJsonLineString. |
GeoJsonPolygon |
GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString)
Creates a new
GeoJsonPolygon with an inner ring defined be the given GeoJsonLineString. |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonMultiLineString |
GeoJsonMultiLineString.of(List<GeoJsonLineString> lines)
Creates new
GeoJsonMultiLineString for the given GeoJsonLineStrings. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.