WKT_SPATIAL_INTERSECT
Checks if the WKT formatted spatial objects intersect.
Syntax
Arguments
Examples
Transformation job example
SQL
Query result
Last updated
Name | Type | Description | Default Value |
---|---|---|---|
first | second | Output |
---|---|---|
first | second | Output |
---|---|---|
first
string
A WKT formatted spatial object
second
string
A WKT formatted spatial object
'POLYGON((-10 30, -40 40, -10 -20, 40 20, 0 0, -10 30))'
'POINT(10 0)'
true
'POLYGON((-10 30, -40 40, -10 -20, 40 20, 0 0, -10 30))'
'POINT(16 0)'
false
'POLYGON((-10 30, -40 40, -10 -20, 40 20, 0 0, -10 30))'
'POINT(10 0)'
true