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
Module
to register customJsonDeserializer
s 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.
GeoJsonLineString
is defined as list of at least 2Point
s.GeoJsonMultiPoint
is defined as list ofPoint
s. -