Doctrine\MongoDB\Query\Builder::geoIntersects PHP 메소드

geoIntersects() 공개 메소드

The geometry parameter GeoJSON object or an array corresponding to the geometry's JSON representation.
또한 보기: Expr::geoIntersects()
또한 보기: http://docs.mongodb.org/manual/reference/operator/geoIntersects/
public geoIntersects ( array | GeoJson\Geometry\Geometry $geometry )
$geometry array | GeoJson\Geometry\Geometry
    public function geoIntersects($geometry)
    {
        $this->expr->geoIntersects($geometry);
        return $this;
    }