設置ST_UpdatePyramid的更新策略參數。

語法

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

參數

參數名稱 描述
table 矢量數據表的名稱。
geom_field 矢量數據表中Geometry屬性的列名。
rules JSON格式的更新參數值,目前僅設置updateBoxScaleupdateExtentSRS參數會影響到更新的行為。updateBoxScaleupdateExtentSRS的更多解釋,請參見ST_UpdatePyramid。

示例

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