PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/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.
https://dev.mysql.com/doc/refman/9.7/en/gis-wkb-functions.html
These functions are available for creating geometries from WKB values: ST_GeomCollFromWKB(wkb [, srid [, options]]), ST_GeometryCollectionFromWKB(wkb [, srid [, options]]) Constructs a GeometryCollection value using its WKB representation and SRID.
https://dev.mysql.com/doc/refman/9.7/en/gis-wkt-functions.html
These functions are available for creating geometries from WKT values: ST_GeomCollFromText(wkt [, srid [, options]]), ST_GeometryCollectionFromText(wkt [, srid [, options]]), ST_GeomCollFromTxt(wkt [, srid [, options]]) Constructs a ... These ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-object-shapes.html
If any geometry argument is geometrically invalid, either the result is true or false (it is undefined which), or an error occurs. If a unit is not specified, the result is in the unit of the SRS of the geometries, whether Cartesian or geographic.
https://dev.mysql.com/doc/refman/9.7/en/spatial-convenience-functions.html
If both geometry parameters are valid Cartesian Point or MultiPoint values in SRID 0, the return value is shortest distance between the two geometries on a sphere with the provided radius. If both geometry parameters are valid Point or MultiPoint ...
https://dev.mysql.com/doc/refman/9.7/en/gis-property-functions.html
Each function that belongs to this group takes a geometry value as its argument and returns some quantitative or qualitative property of the geometry. Such functions return NULL if the argument is of an incorrect geometry type. For example, the ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions.html
The functions described in this section take two geometries as arguments and return a qualitative or quantitative relation between them. MySQL implements two sets of functions using function names defined by the OpenGIS specification. One set tests ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-st-geometry-columns-table.html
The ST_GEOMETRY_COLUMNS table provides information about table columns that store spatial data. This table is based on the SQL/MM (ISO/IEC 13249-3) standard, with extensions as noted. MySQL implements ST_GEOMETRY_COLUMNS as a view on the ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-mbr.html
MySQL provides several MySQL-specific functions that test the relationship between minimum bounding rectangles (MBRs) of two geometries g1 and g2. When speaking of relationships between geometries, it is important to distinguish between containment ...The return values 1 and 0 indicate true and false, ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-function-argument-handling.html
Spatial values, or geometries, have the properties described in Section 13.4.2.2, “Geometry Class”. Specific functions or groups of functions may have additional or different argument-handling characteristics, as discussed in the sections where ...