Uses of Interface
org.springframework.data.mongodb.core.geo.GeoJson
Packages that use GeoJson
Package
Description
Support for MongoDB geo-spatial queries.
MongoDB specific query and update support.
-
Uses of GeoJson in org.springframework.data.mongodb.core.geo
Classes in org.springframework.data.mongodb.core.geo that implement GeoJsonModifier and TypeClassDescriptionclassclassGeoJsonLineStringis defined as list of at least 2Points.classGeoJsonMultiLineStringis defined as list ofGeoJsonLineStrings.classGeoJsonMultiPointis defined as list ofPoints.classGeoJsonMultiPolygonis defined as a list ofGeoJsonPolygons.classclassClasses in org.springframework.data.mongodb.core.geo that implement interfaces with type arguments of type GeoJsonModifier and TypeClassDescriptionclassMethods in org.springframework.data.mongodb.core.geo that return types with arguments of type GeoJsonConstructor parameters in org.springframework.data.mongodb.core.geo with type arguments of type GeoJsonModifierConstructorDescriptionGeoJsonGeometryCollection(List<GeoJson<?>> geometries) Creates a newGeoJsonGeometryCollectionfor the givenGeoJsoninstances. -
Uses of GeoJson in org.springframework.data.mongodb.core.query
Methods in org.springframework.data.mongodb.core.query with parameters of type GeoJsonModifier and TypeMethodDescriptionCriteria.intersects(GeoJson geoJson) Creates criterion using$geoIntersectsoperator which matches intersections of the givengeoJsonstructure and the documents one.