https://dev.mysql.com/gis-class-geometry.html
All nonempty geometries include at least one pair of (X,Y) coordinates. It is a noninstantiable class but has a number of properties, described in the following list, that are common to all geometry values created from any of the Geometry subclasses. Geometry Properties A geometry value has the following properties: Its ...
https://dev.mysql.com/gis-geometry-class-hierarchy.html
The instantiable subclasses of Geometry are restricted to zero-, one-, and two-dimensional geometric objects that exist in two-dimensional coordinate space. All instantiable geometry classes are defined so that valid instances of a geometry class ...
https://dev.mysql.com/geometry-well-formedness-validity.html
For geometry values, MySQL distinguishes between the concepts of syntactically well-formed and geometrically valid. Syntactic well-formedness is also checked for attempts to store geometries into tables. It is permitted to insert, select, and ...
https://dev.mysql.com/opengis-geometry-model.html
In this model, each geometric object has the following general properties: It is associated with a spatial reference system, which describes the coordinate space in which the object is defined. The set of geometry types proposed by OGC's SQL with ...
https://dev.mysql.com/gis-general-property-functions.html
The descriptions of the instantiable geometric classes given under Section 11.5.2, “The OpenGIS Geometry Model” include the specific conditions that cause class instances to be classified as not simple. For example: SET @g1 = ... The functions ...
https://dev.mysql.com/func-op-summary-ref.html
GTID_SUBTRACT() Return all GTIDs in set that are not in subset. JSON_CONTAINS() Whether JSON document contains specific object at path JSON_CONTAINS_PATH() Whether JSON document contains any data at path JSON_DEPTH() Maximum depth of JSON document ...
https://dev.mysql.com/spatial-function-reference.html
The following table lists each spatial function and provides a short description of each one.
https://dev.mysql.com/gis-format-conversion-functions.html
MySQL supports the functions listed in this section for converting geometry values from internal geometry format to WKT or WKB format, or for swapping the order of X and Y coordinates. There are also functions to convert a string from WKT or WKB ...
https://dev.mysql.com/spatial-operator-functions.html
OpenGIS proposes a number of functions that can produce geometries. These arguments are byte string values produced by the ST_Buffer_Strategy() function, to be used for point, join, and end strategies: Point strategies apply to Point and MultiPoint ...These functions support all argument type combinations except those that are inapplicable according to the Open Geospatial Consortium ...
https://dev.mysql.com/gis-mysql-specific-functions.html
GeomCollection() returns all the proper geometries contained in the arguments even if a nonsupported geometry is present. GeometryCollection() returns all the proper geometries contained in the arguments even if a nonsupported geometry is present.