Version sans cache


Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 11 to 20 of 64 total results
https://dev.mysql.com/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/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/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 GeometryCollection ... These functions take as arguments a Well-Known Text (WKT) representation and, optionally, a spatial reference system identifier ...
https://dev.mysql.com/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/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/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/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. ST_Crosses(g1, g2) Two geometries spatially cross if their spatial relation has the following properties: Unless g1 ...
https://dev.mysql.com/server-error-reference.html
Error number: 3032; Symbol: ER_SERVER_OFFLINE_MODE; SQLSTATE: HY000 Message: The server is currently in offline mode Error number: 3033; Symbol: ER_GIS_DIFFERENT_SRIDS; SQLSTATE: HY000 Message: Binary geometry function %s given two geometries of ...
https://dev.mysql.com/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. If any argument is geometrically invalid, either the result is true or false (it is undefined which), ...The return values 1 and 0 indicate true and false, ...
https://dev.mysql.com/gis-polygon-property-functions.html
As of MySQL 8.0.13, ST_Area() handles its arguments as described in the introduction to this section, with these exceptions: If the geometry is geometrically invalid, either the result is an undefined area (that is, it can be any number), or an ...
Displaying 11 to 20 of 64 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-geometry-p-2.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut