mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
611 B
Plaintext
16 lines
611 B
Plaintext
{
|
|
"name": "$y_at",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Retrieves a y coordinate of the current feature's geometry. <b>WARNING: This function is deprecated. It is recommended to use the replacement y_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": "$y_at(1)",
|
|
"returns": "2"
|
|
}],
|
|
"tags": ["current", "retrieves", "feature", "coordinate"]
|
|
}
|