Name

ST_MMin — Returns the M minima of a geometry.

Synopsis

float ST_MMin(geometry geom);

Descrizione

Returns the M minima of a geometry, or null of 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

SELECT ST_MMin('POINT M (1 2 3)');
st_mmin
-------
3