st_transscale(geometry, double precision, double precision, double precision, double precision)


Description

args: geomA, deltaX, deltaY, XFactor, YFactor - Translates the geometry using the deltaX and deltaY args, then scales it using the XFactor, YFactor args, working in 2D only.

Parameters

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

Definition