2019-11-01 09:14:27 +10:00
|
|
|
{
|
|
|
|
"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",
|
2022-01-07 08:33:29 -05:00
|
|
|
"arguments": [{
|
|
|
|
"arg": "geometry",
|
|
|
|
"description": "a geometry"
|
|
|
|
}],
|
|
|
|
"examples": [{
|
2023-05-11 05:30:17 +02:00
|
|
|
"expression": "geom_to_wkb( @geometry )",
|
2022-01-07 08:33:29 -05:00
|
|
|
"returns": "binary blob containing a geometry object"
|
|
|
|
}],
|
2022-01-11 11:17:49 -05:00
|
|
|
"tags": ["wkb", "binary", "representation", "known", "conversion"]
|
2019-11-01 09:14:27 +10:00
|
|
|
}
|