QGIS/resources/function_help/json/flip_coordinates
2020-07-31 03:07:46 +10:00

10 lines
445 B
Plaintext

{
"name": "flip_coordinates",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns a copy of the geometry with the x and y coordinates swapped. Useful for repairing geometries which have had their latitude and longitude values reversed.",
"arguments": [ {"arg":"geometry","description":"a geometry"}],
"examples": [ { "expression":"geom_to_wkt(flip_coordinates(make_point(1, 2)))", "returns":"Point (2 1)"}
]
}