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