Box

Rectangular box data type in Postgres represented by pairs of @see \io\vertx\jphp\pgclient\data\Points that are opposite corners of the box.

package

Default

Methods

Box constructor

__construct( $box = null) 

Arguments

$box

mixed | null

getLowerLeftCorner

getLowerLeftCorner() : \io\vertx\jphp\pgclient\data\Point

getUpperRightCorner

getUpperRightCorner() : \io\vertx\jphp\pgclient\data\Point

setLowerLeftCorner

setLowerLeftCorner( $lowerLeftCorner) : $this

Arguments

$lowerLeftCorner

Point|array

Response

$this

setUpperRightCorner

setUpperRightCorner( $upperRightCorner) : $this

Arguments

$upperRightCorner

Point|array

Response

$this