func.ST_TransScale
Translates the geometry using the deltaX and deltaY args, then scales it using the XFactor, YFactor args, working in 2D only
Translates the geometry using the deltaX and deltaY args, then scales it using the XFactor, YFactor args, working in 2D only
Returns a new geometry whose coordinates are translated delta x,delta y,delta z units
Scales the geometry to a new size by multiplying the ordinates with the corresponding factor parameters
Rotates a geometry geomA - rotRadians about the Z axis
Rotates a geometry geomA - rotRadians about the y axis
Rotates a geometry geomA - rotRadians about the X axis
Rotates geometry rotRadians counter-clockwise about the origin point
Applies a 3D affine transformation to the geometry to do things like translate, rotate, scale in one step