mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
{
|
|
"name": "relate",
|
|
"type": "function",
|
|
"description": "Returns the Dimensional Extended 9 Intersection Model (DE-9IM) representation of the relationship between two geometries.",
|
|
"arguments": [
|
|
{"arg":"geometry","description":"a geometry"},
|
|
{"arg":"geometry","description":"a geometry"}
|
|
],
|
|
"examples": [
|
|
{ "expression":"relate( geom_from_wkt( 'LINESTRING(40 40,120 120)' ), geom_from_wkt( 'LINESTRING(40 40,60 120)' ) )", "returns":"'FF1F00102'"}
|
|
]
|
|
}
|