Name

ST_Rotate — This is a synonym for ST_RotateZ

Synopsis

geometry ST_Rotate(geometry geomA, float rotZRadians);

Description

This is a synonym for ST_RotateZ.. Rotates geometry rotZRadians about the Z-axis.

Availability: 1.1.2. Name changed from Rotate to ST_Rotate in 1.2.2

This function supports 3d and will not drop the z-index.

This method supports Circular Strings and Curves

Examples

See Also

ST_Affine, ST_RotateX, ST_RotateY, ST_RotateZ