Package org.springframework.data.mongodb.core.geo
@NonNullApi
package org.springframework.data.mongodb.core.geo
Support for MongoDB geo-spatial queries.
-
ClassDescriptionInterface definition for structures defined in GeoJSON format.
GeoJsonLineString
is defined as list of at least 2Point
s.A JacksonModule
to register customJsonDeserializer
s for GeoJSON types.GeoJsonMultiLineString
is defined as list ofGeoJsonLineString
s.GeoJsonMultiPoint
is defined as list ofPoint
s.GeoJsonMultiPolygon
is defined as a list ofGeoJsonPolygon
s.Represents a geospatial sphere value.