清除sfmesh對象中使用者指定的瓦片選項。
文法
sfmesh ST_ClearTileOption(sfmesh sfmesh);參數
參數名稱 | 描述 |
schema_name | sfmesh對象。 |
描述
清除sfmesh對象中使用者指定的瓦片選項。
樣本
SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table
-------------------
f清除sfmesh對象中使用者指定的瓦片選項。
sfmesh ST_ClearTileOption(sfmesh sfmesh);參數名稱 | 描述 |
schema_name | sfmesh對象。 |
清除sfmesh對象中使用者指定的瓦片選項。
SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table
-------------------
f