ST_makePoint

更新时间:2023-12-01 09:20:51

构造一个pcpoint对象。

语法

pcpoint ST_makePoint(integer pcid, float8[] vals);

参数

参数名称

描述

参数名称

描述

pcid

schemaid,来自表pointcloud_formats。

float8[]

float8数组,数组元素个数取决于schemadimension。

示例

SELECT ST_makePoint(1, ARRAY[-127, 45, 124.0, 4.0]);
-------------------------------------------------
010100000064CEFFFF94110000703000000400
  • 本页导读 (1)
  • 语法
  • 参数
  • 示例