Clears the tile options that you specified for an sfmesh object.
Syntax
sfmesh ST_ClearTileOption(sfmesh sfmesh);Parameters
| Parameter | Description |
|---|---|
schema_name | The sfmesh object. |
Example
The following example clears the tile options on the_mesh and then uses ST_HasTileOption to confirm that no tile options remain.
SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_tableResult:
f