mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
|
{
|
||
|
"name": "is_multipart",
|
||
|
"type": "function",
|
||
|
"description": "Returns true if the geometry is of Multi type.",
|
||
|
"arguments": [ {"arg":"geometry","description":"a geometry"} ],
|
||
|
"examples": [ { "expression":"is_multipart(geom_from_wkt('MULTIPOINT ((0 0),(1 1),(2 2))'))", "returns":"true"},
|
||
|
{ "expression":"is_multipart(geom_from_wkt('POINT (0 0)'))", "returns":"false"}]
|
||
|
}
|