获取pcpoint对象属性值。

语法

float8[]  ST_get(pcpoint pc);
numeric ST_get(pcpoint pc, text dimname);

参数

参数名称 描述
pc pcpoint对象。
dimname 指定的属性维度名称。

示例

SELECT ST_Get('010100000064CEFFFF94110000703000000400'::pcpoint, 'Intensity');
-------------------
4

SELECT ST_Get('010100000064CEFFFF94110000703000000400'::pcpoint);
--------------------
{-127,45,124,4}