Name

ST_MMax — Returns the M minima of a geometry.

Synopsis

float ST_MMax(geometry geom);

Beschreibung

Returns the M minima of a geometry, or null of the geometry lacks M values.

Diese Funktion unterstützt 3d und lässt den Z-Index nicht fallen.

Diese Methode unterstützt kreisförmige Strings und Kurven.

Beispiele

SELECT ST_MMax('POINT M (1 2 3)');
st_mmax
-------
3