设置ST_UpdatePyramid的更新策略参数。

语法

boolean ST_SetUpdatePyramidRules(cstring table, cstring geom_field, cstring rules);    

参数

参数名称 描述
table 矢量数据表的名称。
geom_field 矢量数据表中Geometry属性的列名。
rules JSON格式的更新参数值,目前仅设置updateBoxScale或updateExtentSRS参数会影响到更新的行为。updateBoxScale和updateExtentSRS的更多解释,请参见ST_UpdatePyramid

示例

SELECT ST_SetupdatePyramidRules('test_update_line', 'geom', '{"updateBoxScale":100000}');
st_setupdatepyramidrules
--------------------------
t
(1 row)