You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`boolean st_dwithin(Geometry, Geometry, double)` | Returns true if the geometries are within the specified distance of one another | {yes} | {yes} | {no} | {no} | {yes} | {yes} | {yes}
106
106
|`Geometry st_transform(Geometry, int)` | Returns a new geometry with its coordinates transformed to the SRID referenced by the integer parameter | {yes} | {yes} | {no} | {no} | {no} | {no} | {yes}
@@ -138,14 +138,7 @@ In addition to the common spatial functions, the following functions are support
138
138
[[spatial-configuration-dialect-mysql]]
139
139
MySQL::
140
140
141
-
MySQL versions before 5.6.1 had only limited support for spatial operators.
142
-
Most operators only took account of the minimum bounding rectangles (MBR) of the geometries, and not the geometries themselves.
143
-
+
144
-
This changed in version 5.6.1, when MySQL introduced `ST_*` spatial operators.
145
-
The dialect `MySQLSpatial56Dialect` uses these newer, more precise operators.
146
-
+
147
-
For more information, see this page in the MySQL reference guide (esp. the section https://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions.html[Functions That Test Spatial Relations Between Geometry Objects])
148
-
141
+
For more information, see this page in the MySQL reference guide (esp. the section https://dev.mysql.com/doc/refman/8.4/en/spatial-relation-functions.html[Functions That Test Spatial Relations Between Geometry Objects])
0 commit comments