st_scale(geometry, double precision, double precision, double precision)


Description

args: geomA, XFactor, YFactor, ZFactor - Scales the geometry to a new size by multiplying the ordinates with the parameters. Ie: ST_Scale(geom, Xfactor, Yfactor, Zfactor).

Parameters

Name Type Mode
$1 USER-DEFINED IN
$2 double precision IN
$3 double precision IN
$4 double precision IN

Definition