org.springframework.data.mongodb.core.aggregation
Class GeoNearOperation
java.lang.Object
org.springframework.data.mongodb.core.aggregation.GeoNearOperation
- All Implemented Interfaces:
- AggregationOperation
public class GeoNearOperation
- extends Object
- implements AggregationOperation
- Since:
- 1.3
- Author:
- Thomas Darimont
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoNearOperation
public GeoNearOperation(NearQuery nearQuery)
toDBObject
public com.mongodb.DBObject toDBObject(AggregationOperationContext context)
- Description copied from interface:
AggregationOperation
- Turns the
AggregationOperation into a DBObject by using the given
AggregationOperationContext.
- Specified by:
toDBObject in interface AggregationOperation
- Returns:
- the DBObject
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.