ST_pcID

更新时间:
复制 MD 格式

Returns the schema ID of a pcpoint or pcpatch object.

Syntax

integer ST_pcID(pcpoint pt);
integer ST_pcID(pcpatch pp);

Parameters

ParameterDescription
ptThe pcpoint object.
ppThe pcpatch object.

Examples

SELECT ST_pcID('010100000064CEFFFF94110000703000000400'::pcpoint);
-------------------------------
1