This function returns the schema ID of a pcpoint or pcpatch object.
Syntax
integer ST_pcID(pcpoint pt);
integer ST_pcID(pcpatch pp);
Parameters
| Parameter | Description |
|---|---|
| pt | The pcpoint object. |
| pp | The pcpatch object. |
Examples
SELECT ST_pcID('010100000064CEFFFF94110000703000000400'::pcpoint);
-------------------------------
1