输出为文本对象。
语法
text ST_AsText(scene sceneObject);
参数
参数名称 | 描述 |
---|---|
sceneObject | scene对象。 |
描述
将一个scene对象输出为文本格式。
示例
SELECT ST_AsText(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));
--------------
{"type" : "gltf", "content" : {"accessors":...}}