mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
{
|
|
"name": "geom_to_wkb",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"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"]
|
|
}
|