Nome

ST_MMax — Returns the M maxima of a geometry.

Sinossi

float ST_MMax(geometry geom);

Descrizione

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

Questa funzione supporta il 3d e non distrugge gli z-index.

Questo metodo supporta le Curve e le Circular String.

Esempi

Code
SELECT ST_MMax('POINT M (1 2 3)');
Output
3