ST_Affine(DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE, DOUBLE) method

Returns a new geometry that is the result of applying the specified 3-D affine transformation.

Syntax

geometry-expression.ST_Affine(DOUBLE a00, DOUBLE a01, DOUBLE a02, DOUBLE a10, DOUBLE a11, DOUBLE a12, DOUBLE a20, DOUBLE a21, DOUBLE a22, DOUBLE xoff, DOUBLE yoff, DOUBLE zoff)

Parameters

Returns

ST_Geometry Returns a new geometry that is the result of the specified transformation.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension