ST_AsOSGB

更新时间:
复制 MD 格式

Converts a scene object to a binary object file in the OSG format.

Syntax

bytea ST_AsOSGB(scene sceneObject);

Parameters

ParameterDescription
sceneObjectThe scene object.

Description

  • Only scene objects of the osg type are supported.

Examples

SELECT ST_AsOSGB(ST_sceneFromOSGB('\xa10e916c4545fb1a0...'));
        st_asosgb
----------------------------
\xa10e916c4545fb1a0...