Spring Data Document

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

Packages that use Point
org.springframework.data.mongodb.core.geo   
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
org.springframework.data.mongodb.repository MongoDB specific repository implementation. 
 

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

Methods in org.springframework.data.mongodb.core.geo that return Point
 Point Circle.getCenter()
           
 Point Box.getLowerLeft()
           
 Point Box.getUpperRight()
           
 

Constructors in org.springframework.data.mongodb.core.geo with parameters of type Point
Box(Point lowerLeft, Point upperRight)
           
Circle(Point center, double radius)
           
Point(Point point)
           
 

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

Methods in org.springframework.data.mongodb.core.query with parameters of type Point
static NearQuery NearQuery.near(Point point)
          Creates a new NearQuery starting at the given Point.
 Criteria Criteria.near(Point point)
          Creates a geospatial criterion using a $near operation
static NearQuery NearQuery.near(Point point, Metric metric)
          Creates a NearQuery starting near the given Point using the given Metric to adapt given values to further configuration.
 Criteria Criteria.nearSphere(Point point)
          Creates a geospatial criterion using a $nearSphere operation.
 

Uses of Point in org.springframework.data.mongodb.repository
 

Methods in org.springframework.data.mongodb.repository that return Point
 Point MongoParametersParameterAccessor.getGeoNearLocation()
           
 Point MongoParameterAccessor.getGeoNearLocation()
          Returns the Point to use for a geo-near query.
 Point ConvertingParameterAccessor.getGeoNearLocation()
           
 


Spring Data Document

Copyright © 2011. All Rights Reserved.