Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

12 lines
684 B
Plaintext

{
"name": "$perimeter",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns the perimeter length of the current feature. The perimeter calculated by this function respects both the current project's ellipsoid setting and distance unit settings. For example, if an ellipsoid has been set for the project then the calculated perimeter will be ellipsoidal, and if no ellipsoid is set then the calculated perimeter will be planimetric.",
"examples": [{
"expression": "$perimeter",
"returns": "42"
}],
"tags": ["distance", "planimetric", "length", "perimeter", "current", "polygon", "project", "settings", "ellipsoid", "setting", "calculated"]
}