Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.geo.Circle

Packages that use Circle
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 Circle in org.springframework.data.mongodb.core.geo
 

Constructors in org.springframework.data.mongodb.core.geo with parameters of type Circle
Sphere(Circle circle)
          Deprecated. 
 

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

Methods in org.springframework.data.mongodb.core.query with parameters of type Circle
 Criteria Criteria.withinSphere(Circle circle)
          Deprecated. As of 1.5, Use Criteria.withinSphere(Circle). This method is scheduled to be removed in the next major release.
 


Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.