QGIS/resources/function_help/json/point_on_surface

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

16 lines
427 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"
}],
"tags": ["point", "surface", "lie", "centroid", "overlay", "within"]
}