2020-05-18 07:52:59 +10:00

9 lines
318 B
Plaintext

{
"name": "geom_to_wkb",
"type": "function",
"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"}
]
}