Uses of Package
org.springframework.data.mongodb.core.geo
Packages that use org.springframework.data.mongodb.core.geo
Package
Description
Spring XML namespace configuration for MongoDB specific repositories.
Support for MongoDB geo-spatial queries.
MongoDB specific query and update support.
-
Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.configClassDescriptionA Jackson
Moduleto register customJsonDeserializers for GeoJSON types. -
Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.core.geoClassDescriptionInterface definition for structures defined in GeoJSON format.
GeoJsonLineStringis defined as list of at least 2Points.GeoJsonMultiPointis defined as list ofPoints. -