Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

16 lines
529 B
Plaintext

{
"name": "geom_from_wkb",
"type": "function",
"groups": ["GeometryGroup"],
"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"
}],
"tags": ["created", "wkb", "binary", "known", "representation", "conversion"]
}