返回对象空间参考ID信息。
语法
int4 ST_Srid(scene sceneObject);
参数
参数名称 | 描述 |
---|---|
sceneObject | scene对象。 |
描述
返回对象空间参考ID信息。
示例
select ST_Srid(ST_sceneFromText('{"type" : "gltf", "srid" : 4326 , "content" : {"accessors":...}}'));
---------
4326
返回对象空间参考ID信息。
int4 ST_Srid(scene sceneObject);
参数名称 | 描述 |
---|---|
sceneObject | scene对象。 |
返回对象空间参考ID信息。
select ST_Srid(ST_sceneFromText('{"type" : "gltf", "srid" : 4326 , "content" : {"accessors":...}}'));
---------
4326