mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Fix md formatting
This commit is contained in:
parent
61c736f232
commit
8b0a131212
12
README.md
12
README.md
@ -169,26 +169,26 @@ Now that you have created two tables, you'll see entries for them in the `pointc
|
||||
|
||||
> Return a JSON version of the data in that point.
|
||||
>
|
||||
> SELECT PC_AsText('010100000064CEFFFF94110000703000000400'::pcpoint);
|
||||
> SELECT PC_AsText('010100000064CEFFFF94110000703000000400'::pcpoint);
|
||||
>
|
||||
> {"pcid":1,"pt":[-127,45,124,4]}
|
||||
> {"pcid":1,"pt":[-127,45,124,4]}
|
||||
|
||||
**PC_AsBinary(p pcpoint)** returns **bytea**
|
||||
|
||||
> Return the OGC "well-known binary" format for the point.
|
||||
>
|
||||
> SELECT PC_AsBinary('010100000064CEFFFF94110000703000000400'::pcpoint);
|
||||
> SELECT PC_AsBinary('010100000064CEFFFF94110000703000000400'::pcpoint);
|
||||
>
|
||||
> \x01010000800000000000c05fc000000000008046400000000000005f40
|
||||
> \x01010000800000000000c05fc000000000008046400000000000005f40
|
||||
|
||||
**PC_Get(pt pcpoint, dimname text)** returns **numeric**
|
||||
|
||||
> Return the numeric value of the named dimension. The dimension name
|
||||
> must exist in the schema.
|
||||
>
|
||||
> SELECT PC_Get('010100000064CEFFFF94110000703000000400'::pcpoint, 'Intensity');
|
||||
> SELECT PC_Get('010100000064CEFFFF94110000703000000400'::pcpoint, 'Intensity');
|
||||
>
|
||||
> 4
|
||||
> 4
|
||||
|
||||
**PC_Patch(pts pcpoint[])** returns **pcpatch**
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user