Spring Data MongoDB - Core

Uses of Interface
org.springframework.data.mongodb.core.geo.Shape

Packages that use Shape
org.springframework.data.mongodb.core.geo Support for MongoDB geo-spatial queries. 
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
 

Uses of Shape in org.springframework.data.mongodb.core.geo
 

Classes in org.springframework.data.mongodb.core.geo that implement Shape
 class Box
          Represents a geospatial box value
 class Circle
          Represents a geospatial circle value
 class Polygon
          Simple value object to represent a Polygon.
 

Uses of Shape in org.springframework.data.mongodb.core.query
 

Methods in org.springframework.data.mongodb.core.query with parameters of type Shape
 Criteria Criteria.within(Shape shape)
          Creates a geospatial criterion using a $within operation.
 


Spring Data MongoDB - Core

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.