com.foursquare.rogue

GeoQueryField

Related Doc: package rogue

class GeoQueryField[M] extends AbstractQueryField[LatLong, LatLong, List[Double], M]

Linear Supertypes
AbstractQueryField[LatLong, LatLong, List[Double], M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoQueryField
  2. AbstractQueryField
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoQueryField(field: Field[LatLong, M])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(v: LatLong): LtQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  4. def <=(v: LatLong): LtEqQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(v: LatLong): GtQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  7. def >=(v: LatLong): GtEqQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def between(range: (LatLong, LatLong)): BetweenQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  10. def between(v1: LatLong, v2: LatLong): BetweenQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def eqs(lat: Double, lng: Double): EqClause[List[Double], Nothing]

  14. def eqs(v: LatLong): EqClause[List[Double], Nothing]

    Definition Classes
    AbstractQueryField
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def exists(b: Boolean): ExistsQueryClause

    Definition Classes
    AbstractQueryField
  17. val field: Field[LatLong, M]

    Definition Classes
    AbstractQueryField
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def gt(v: LatLong): GtQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  21. def gte(v: LatLong): GtEqQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def hastype(t: MongoType.Value): TypeQueryClause

    Definition Classes
    AbstractQueryField
  24. def in[L](vs: L)(implicit arg0: (L) ⇒ Traversable[LatLong]): IndexableQueryClause[List[List[Double]], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[java.util.List[Double]],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[java.util.List[Double]],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[java.util.List[Double]],com.foursquare.rogue.Index] with Product with Serializable}} }

    Definition Classes
    AbstractQueryField
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def lt(v: LatLong): LtQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  27. def lte(v: LatLong): LtEqQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def near(lat: Double, lng: Double, radius: Degrees): NearQueryClause[List[Double]]

  30. def nearSphere(lat: Double, lng: Double, radians: Radians): NearSphereQueryClause[Nothing]

  31. def neqs(lat: Double, lng: Double): NeQueryClause[List[Double]]

  32. def neqs(v: LatLong): NeQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  33. def nin[L](vs: L)(implicit arg0: (L) ⇒ Traversable[LatLong]): NinQueryClause[List[Double]]

    Definition Classes
    AbstractQueryField
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def valueToDB(ll: LatLong): List[Double]

    Definition Classes
    GeoQueryFieldAbstractQueryField
  39. def valuesToDB(vs: Traversable[LatLong]): Traversable[List[Double]]

    Definition Classes
    AbstractQueryField
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withinBox(lat1: Double, lng1: Double, lat2: Double, lng2: Double): WithinBoxClause[Nothing]

  44. def withinCircle(lat: Double, lng: Double, radius: Degrees): WithinCircleClause[Nothing]

Inherited from AbstractQueryField[LatLong, LatLong, List[Double], M]

Inherited from AnyRef

Inherited from Any

Ungrouped