ST_AsText

更新时间:
复制 MD 格式

Returns the text representation of a scene object.

Syntax

text ST_AsText(scene sceneObject);

Parameters

ParameterDescription
sceneObjectThe scene object.

Example

SELECT ST_AsText(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));

Output:

{"type" : "gltf", "content" : {"accessors":...}}