Java org.springframework.data.mongodb.core.query NearQuery fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.query NearQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.query NearQuery.

The text is from its open source code.

Method

MetricgetMetric()
Returns the Metric underlying the actual query.
NearQuerynear(Point point)
Creates a new NearQuery starting at the given Point .
NearQuerynear(double x, double y, Metric metric)
Creates a new NearQuery starting at the given coordinates using the given Metric to adapt given values to further configuration.