It seems like besides using WKT and the GeomFromText function, MySQL support an other method of creating geometries. The function POINT()
is used in the examples in the documentation, but I can not find where the function itself is documented.
This one is pretty straightforward, but I wonder if there are any other functions which can be used as well, instead of parsing WKT strings.