Functions for Converting MySQL Geometric Data
Function Description
ASTEXT Returns a geometry type as Well-Known Text.
ASBINARY Returns a geometry type as Well-Known Binary.
GEOMFROMTEXT Creates the internal MySQL GEOMETRY format from a WKT string.
GEOMFROMWKB Creates the internal MySQL GEOMETRY format from a WKB string.
Related examples in the same category