mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
8 lines
391 B
Plaintext
8 lines
391 B
Plaintext
|
{
|
||
|
"name": "geom_from_wkb",
|
||
|
"type": "function",
|
||
|
"description": "Returns a geometry created from a Well-Known Binary (WKB) representation.",
|
||
|
"arguments": [ {"arg":"binary","description":"Well-Known Binary (WKB) representation of a geometry (as a binary blob)"}],
|
||
|
"examples": [ { "expression":"geom_from_wkb( geom_to_wkb( make_point(4,5) ) )", "returns":"a point geometry object"}]
|
||
|
}
|