ST_RELATE
MariaDB starting with 10.1.2
The ST_RELATE() function was introduced in MariaDB 10.1.2
Syntax
ST_Relate(g1, g2, i)
Description
Returns true if Geometry g1
is spatially related to Geometryg2
by testing for intersections between the interior, boundary and exterior of the two geometries as specified by the values in intersection matrix pattern i
.
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/st_relate/