2015-12-11 09:33:00 +07:00
|
|
|
{
|
|
|
|
"name": "point_on_surface",
|
|
|
|
"type": "function",
|
2020-07-02 01:46:48 +01:00
|
|
|
"groups": ["GeometryGroup"],
|
2015-12-11 09:33:00 +07:00
|
|
|
"description": "Returns a point guaranteed to lie on the surface of a geometry.",
|
2022-01-07 08:33:29 -05:00
|
|
|
"arguments": [{
|
|
|
|
"arg": "geometry",
|
|
|
|
"description": "a geometry"
|
|
|
|
}],
|
|
|
|
"examples": [{
|
2023-05-11 05:30:17 +02:00
|
|
|
"expression": "point_on_surface(@geometry)",
|
2022-01-07 08:33:29 -05:00
|
|
|
"returns": "a point geometry"
|
|
|
|
}],
|
2023-05-11 05:30:17 +02:00
|
|
|
"tags": ["point", "surface", "lie", "centroid", "overlay", "within"]
|
2015-12-11 09:33:00 +07:00
|
|
|
}
|