ST_SceneFromHexBianry

更新时间:
复制 MD 格式

Converts a hexadecimal representation to a scene object.

Syntax

scene ST_SceneFromHexBinary(text hexBinary);

Parameters

ParameterDescription
hexBinaryThe scene object in hexadecimal representation.

Description

ST_SceneFromHexBinary converts a hexadecimal value to a scene object.

Examples

SELECT ST_AsText(ST_sceneFromHexBinary('0128000000540...'));

Output:

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