st_translate(geometry, double precision, double precision)


Description

args: g1, deltax, deltay - Translates the geometry to a new location using the numeric parameters as offsets. Ie: ST_Translate(geom, X, Y) or ST_Translate(geom, X, Y,Z).

Parameters

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

Definition