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

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



Copyright © 2011. All Rights Reserved.