st_quantizecoordinates(g geometry, prec_x integer, prec_y integer DEFAULT NULL::integer, prec_z integer DEFAULT NULL::integer, prec_m integer DEFAULT NULL::integer)


Description

args: g, prec_x, prec_y, prec_z, prec_m - Sets least significant bits of coordinates to zero

Parameters

Name Type Mode
g geometry IN
prec_x integer IN
prec_y integer IN
prec_z integer IN
prec_m integer IN

Definition