| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.geo |
Support for MongoDB geo-spatial queries.
|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryCollection
|
class |
GeoJsonLineString
GeoJsonLineString is defined as list of at least 2 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
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<GeoJson<?>> |
GeoJsonGeometryCollection.getCoordinates() |
| Constructor and Description |
|---|
GeoJsonGeometryCollection(List<GeoJson<?>> geometries)
Creates a new
GeoJsonGeometryCollection for the given GeoJson instances. |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.intersects(GeoJson geoJson)
Creates criterion using
$geoIntersects operator which matches intersections of the given geoJson
structure and the documents one. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.