ST_ClearTileOption

清除sfmesh对象中用户指定的瓦片选项。

语法

sfmesh ST_ClearTileOption(sfmesh sfmesh);

参数

参数名称

描述

schema_name

sfmesh对象。

描述

清除sfmesh对象中用户指定的瓦片选项。

示例

SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table

-------------------
f