| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.convert | |
| org.springframework.data.elasticsearch.core.geo | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoConverters.MapToGeoPointConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoPointToMapConverter.convert(GeoPoint source) |
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint |
GeoPoint.fromPoint(Point point)
build a GeoPoint from a
Point |
GeoPoint |
GeoBox.getBottomRight() |
GeoPoint |
GeoBox.getTopLeft() |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonPoint |
GeoJsonPoint.of(GeoPoint geoPoint)
Creates
GeoJsonPoint for given GeoPoint. |
static GeoJsonLineString |
GeoJsonLineString.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonLineString for the given GeoPoints. |
static GeoJsonLineString |
GeoJsonLineString.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonLineString for the given GeoPoints. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonMultiPoint for the given GeoPoints. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.of(GeoPoint first,
GeoPoint second,
GeoPoint... others)
Creates a new
GeoJsonMultiPoint for the given GeoPoints. |
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(GeoPoint first,
GeoPoint second,
GeoPoint third,
GeoPoint fourth,
GeoPoint... others)
Creates new
GeoJsonPolygon from the given GeoPoints. |
static Point |
GeoPoint.toPoint(GeoPoint point) |
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(GeoPoint first,
GeoPoint second,
GeoPoint third,
GeoPoint fourth,
GeoPoint... others)
Creates a new
GeoJsonPolygon with an inner ring defined be the given GeoPoints. |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonLineString |
GeoJsonLineString.ofGeoPoints(List<GeoPoint> geoPoints)
Creates a new
GeoJsonLineString for the given GeoPoints. |
static GeoJsonMultiPoint |
GeoJsonMultiPoint.ofGeoPoints(List<GeoPoint> geoPoints)
Creates a new
GeoJsonMultiPoint for the given GeoPoints. |
static GeoJsonPolygon |
GeoJsonPolygon.ofGeoPoints(List<GeoPoint> geoPoints)
Creates new
GeoJsonPolygon from the given GeoPoints. |
GeoJsonPolygon |
GeoJsonPolygon.withInnerRingOfGeoPoints(List<GeoPoint> geoPoints)
|
| Constructor and Description |
|---|
GeoBox(GeoPoint topLeft,
GeoPoint bottomRight) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoDistanceOrder.getGeoPoint() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.boundedBy(GeoPoint topLeftPoint,
GeoPoint bottomRightPoint)
Adds a new filter CriteriaEntry for bounding box created from points
|
Criteria |
Criteria.within(GeoPoint location,
String distance)
Adds a new filter CriteriaEntry for
location WITHIN distance |
| Constructor and Description |
|---|
GeoDistanceOrder(String property,
GeoPoint geoPoint) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.