Returns an uncompressed version of a pcpatch object.
Syntax
pcpatch ST_Uncompress(pcpatch pc);Parameters
| Parameter | Description |
|---|---|
pc | The pcpatch object to decompress. |
Description
All pcpatch objects returned by functions are automatically compressed using the compression method defined in the point cloud schema. Call ST_Uncompress to retrieve the raw, uncompressed patch data.
Examples
SELECT ST_Uncompress(pa) FROM patches WHERE ST_NumPoints(pa) = 1;Output:
--------------------------------------
01010000000000000001000000C8CEFFFFF8110000102700000A00该文章对您有帮助吗?