日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ST_SetUpdatePyramidRules

設置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)