class Scale(expression, x, y, z=0.0, **extra)
Availability: PostGIS, SpatiaLite
Accepts a single geographic field or expression and returns a geometry with scaled coordinates by multiplying them with the x
, y
, and optionally z
parameters.
class Scale(expression, x, y, z=0.0, **extra)
Availability: PostGIS, SpatiaLite
Accepts a single geographic field or expression and returns a geometry with scaled coordinates by multiplying them with the x
, y
, and optionally z
parameters.
Designed by : w10schools
service@w10schools.com
Please login to continue.