class GeoNear extends PipelineOperator with Product with Serializable
$geoNear aggregation stage, that outputs documents in order of nearest to farthest from a specified point.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoNear
- Serializable
- Serializable
- Product
- Equals
- PipelineOperator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GeoNear(near: P.Value, spherical: Boolean, limit: Long, minDistance: Option[Long], maxDistance: Option[Long], query: Option[P.Document], distanceMultiplier: Option[Double], uniqueDocs: Boolean, distanceField: Option[String], includeLocs: Option[String])
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use the constructor with optional
limit
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (GeoNear, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val distanceField: Option[String]
- val distanceMultiplier: Option[Double]
- def ensuring(cond: (GeoNear) ⇒ Boolean, msg: ⇒ Any): GeoNear
- def ensuring(cond: (GeoNear) ⇒ Boolean): GeoNear
- def ensuring(cond: Boolean, msg: ⇒ Any): GeoNear
- def ensuring(cond: Boolean): GeoNear
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- GeoNear → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- GeoNear → AnyRef → Any
- val includeLocs: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limit: Option[Long]
-
def
makePipe: P.Document
- Definition Classes
- GeoNear → PipelineOperator
- val maxDistance: Option[Long]
- val minDistance: Option[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val near: P.Value
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- val query: Option[P.Document]
- val spherical: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- GeoNear → AnyRef → Any
- val uniqueDocs: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (GeoNear, B)
Deprecated Value Members
-
def
canEqual(that: Any): Boolean
- Definition Classes
- GeoNear → Equals
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) No longer a ReactiveMongo case class
-
val
productArity: Int
- Definition Classes
- GeoNear → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) No longer a ReactiveMongo case class
-
def
productElement(n: Int): Any
- Definition Classes
- GeoNear → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) No longer a ReactiveMongo case class