Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
442 B
Plaintext
Raw Normal View History

{
"name": "geom_to_wkb",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
2020-05-17 23:52:59 +02:00
"description": "Returns the Well-Known Binary (WKB) representation of a geometry",
"arguments": [{
"arg": "geometry",
"description": "a geometry"
}],
"examples": [{
"expression": "geom_to_wkb( @geometry )",
"returns": "binary blob containing a geometry object"
}],
"tags": ["wkb", "binary", "representation", "known", "conversion"]
}