terraware
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_rotatez
Description
args: geomA, rotRadians - Rotates a geometry about the Z axis.
Parameters
Name
Type
Mode
$1
USER-DEFINED
IN
$2
double precision
IN
Definition
SELECT public.ST_Rotate($1, $2)