2022-11-29 17:47:53 +01:00

16 lines
611 B
Plaintext

{
"name": "$x_at",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Retrieves a x coordinate of the current feature's geometry. <b>WARNING: This function is deprecated. It is recommended to use the replacement x_at function with @geometry variable instead.</b>",
"arguments": [{
"arg": "vertex",
"description": "index of the vertex of the current geometry (indices start at 0; negative values apply from the last index, starting at -1)"
}],
"examples": [{
"expression": "$x_at(1)",
"returns": "5"
}],
"tags": ["current", "retrieves", "feature", "coordinate"]
}