| 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 |
|---|---|
GeoJson<? extends Iterable<?>> |
GeoConverters.MapToGeoJsonConverter.convert(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GeoConverters.GeoJsonToMapConverter.convert(GeoJson<? extends Iterable<?>> source) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryCollection
|
class |
GeoJsonLineString
GeoJsonLineString is defined as list of Points. |
class |
GeoJsonMultiLineString
GeoJsonMultiLineString is defined as list of GeoJsonLineStrings. |
class |
GeoJsonMultiPoint
GeoJsonMultiPoint is defined as list of Points. |
class |
GeoJsonMultiPolygon
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons. |
class |
GeoJsonPoint
|
class |
GeoJsonPolygon
GeoJson representation of a polygon. |
| Modifier and Type | Method and Description |
|---|---|
static GeoJson<?> |
GeoJson.of(String json) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<GeoJson<?>> |
GeoJsonGeometryCollection.getCoordinates() |
List<GeoJson<?>> |
GeoJsonGeometryCollection.getGeometries() |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonGeometryCollection |
GeoJsonGeometryCollection.of(List<GeoJson<?>> geometries)
Creates a new
GeoJsonGeometryCollection for the given GeoJson instances. |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.contains(GeoJson<?> geoShape)
Adds a new filter CriteriaEntry for GEO_CONTAINS.
|
Criteria |
Criteria.intersects(GeoJson<?> geoShape)
Adds a new filter CriteriaEntry for GEO_INTERSECTS.
|
Criteria |
Criteria.isDisjoint(GeoJson<?> geoShape)
Adds a new filter CriteriaEntry for GEO_IS_DISJOINT.
|
Criteria |
Criteria.within(GeoJson<?> geoShape)
Adds a new filter CriteriaEntry for GEO_WITHIN.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.