mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Update resources/function_help/json/is_empty
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
parent
c7bc3af96c
commit
c7fca820e5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "is_empty",
|
"name": "is_empty",
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"description": "Returns true if a geometry is empty (without coordinates), false if the geometry is not empty and NULL if there is no geometry.",
|
"description": "Returns true if a geometry is empty (without coordinates), false if the geometry is not empty and NULL if there is no geometry. See also `is_empty_or_null`.",
|
||||||
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
||||||
"examples": [ { "expression":"is_empty(geom_from_wkt('LINESTRING(0 0, 1 1, 2 2)'))", "returns":"false"},
|
"examples": [ { "expression":"is_empty(geom_from_wkt('LINESTRING(0 0, 1 1, 2 2)'))", "returns":"false"},
|
||||||
{ "expression":"is_empty(geom_from_wkt('LINESTRING EMPTY'))", "returns":"true"},
|
{ "expression":"is_empty(geom_from_wkt('LINESTRING EMPTY'))", "returns":"true"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user