This is the multi-page printable view of this section. Click here to print.
Affine Transformations
1 - func.ST_TransScale
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_TransScale(geometry geomA, float deltaX, float deltaY, float XFactor, float YFactor);
PlaidCloud
func.ST_TransScale(geometry geomA, float deltaX, float deltaY, float XFactor, float YFactor)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
2 - func.ST_Translate
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Translate(geometry g1, float deltax, float deltay);
PlaidCloud
func.ST_Translate(geometry g1, float deltax, float deltay)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
3 - func.ST_Scale
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Scale(geometry geom, geometry factor);
PlaidCloud
func.ST_Scale(geometry geom, geometry factor)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
4 - func.ST_RotateZ
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_RotateZ(geometry geomA, float rotRadians);
PlaidCloud
func.ST_RotateZ(geometry geomA, float rotRadians)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
5 - func.ST_RotateY
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_RotateY(geometry geomA, float rotRadians);
PlaidCloud
func.ST_RotateY(geometry geomA, float rotRadians)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
6 - func.ST_RotateX
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_RotateX(geometry geomA, float rotRadians);
PlaidCloud
func.ST_RotateX(geometry geomA, float rotRadians)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
7 - func.ST_Rotate
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Rotate(geometry geomA, float rotRadians);
PlaidCloud
func.ST_Rotate(geometry geomA, float rotRadians)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
8 - func.ST_Affine
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Affine(geometry geomA, float a, float b, float d, float e, float xoff, float yoff);
PlaidCloud
func.ST_Affine(geometry geomA, float a, float b, float d, float e, float xoff, float yoff)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation