QGIS/resources/function_help/json/point_on_surface

9 lines
329 B
Plaintext
Raw Normal View History

{
"name": "point_on_surface",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
"description": "Returns a point guaranteed to lie on the surface of a geometry.",
"arguments": [ {"arg":"geometry","description":"a geometry"}],
"examples": [ { "expression":"point_on_surface($geometry)", "returns":"a point geometry"}]
}