2015-06-11 12:02:27 +10:00
|
|
|
{
|
2015-09-20 17:12:43 +02:00
|
|
|
"name": "union",
|
|
|
|
"type": "function",
|
2020-07-02 01:46:48 +01:00
|
|
|
"groups": ["GeometryGroup"],
|
2015-06-11 12:02:27 +10:00
|
|
|
"description": "Returns a geometry that represents the point set union of the geometries.",
|
|
|
|
"arguments": [ {"arg":"geometry1","description":"a geometry"},
|
|
|
|
{"arg":"geometry2","description":"a geometry"}],
|
2020-08-29 08:26:29 +02:00
|
|
|
"examples": [ { "expression":"geom_to_wkt( union( make_point(4, 4), make_point(5, 5) ) )", "returns":"'MULTIPOINT(4 4, 5 5)'"} ]
|
2015-06-11 12:02:27 +10:00
|
|
|
}
|