GeoBoundingBoxQuery

case class GeoBoundingBoxQuery(field: String, corners: Option[Corners], geohash: Option[(String, String)], cornersOGC: Option[(GeoPoint, GeoPoint)], queryName: Option[String], geoExecType: Option[GeoExecType], validationMethod: Option[GeoValidationMethod], ignoreUnmapped: Option[Boolean]) extends Query
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def corners(topLeft: GeoPoint, bottomRight: GeoPoint): GeoBoundingBoxQuery
def geohash(topleft: String, bottomright: String): GeoBoundingBoxQuery
def ignoreUnmapped(ignore: Boolean): GeoBoundingBoxQuery
def queryName(queryName: String): GeoBoundingBoxQuery
def withCorners(topLeft: GeoPoint, bottomRight: GeoPoint): GeoBoundingBoxQuery
def withCorners(top: Double, left: Double, bottom: Double, right: Double): GeoBoundingBoxQuery
def withGeohash(topleft: String, bottomright: String): GeoBoundingBoxQuery
def withQueryName(queryName: String): GeoBoundingBoxQuery

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product