Miscellaneous GIS functions
-
ST_Collect
Given multiple geometries, returns the aggregation of the distinct geometry arguments. -
ST_GeoHash
Returns the geohash corresponding to the input values. -
ST_IsValid
Returns 1 if the argument is geometrically valid, 0 if not. -
ST_LatFromGeoHash
Decodes a given geohash and returns the latitude. -
ST_LongFromGeoHash
Decodes a given geohash string and returns the longitude in the interval [180, -180]. -
ST_Simplify
Applies the Ramer–Douglas–Peucker algorithm to provide generalized simplifications. -
ST_Validate
Checks that a given geometry is valid.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.