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