Point

A Postgresql point.

package

Default

Methods

Point constructor

__construct( $point = null) 

Arguments

$point

mixed | null

getX

getX() : float

Response

float

getY

getY() : float

Response

float

setX

setX( $x) : $this

Arguments

$x

float

Response

$this

setY

setY( $y) : $this

Arguments

$y

float

Response

$this