Circle

Circle data type in Postgres represented by a center @see \io\vertx\jphp\pgclient\data\Point and radius.

package

Default

Methods

Circle constructor

__construct( $circle = null) 

Arguments

$circle

mixed | null

getCenterPoint

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

getRadius

getRadius() : float

Response

float

setCenterPoint

setCenterPoint( $centerPoint) : $this

Arguments

$centerPoint

Point|array

Response

$this

setRadius

setRadius( $radius) : $this

Arguments

$radius

float

Response

$this