Skip to main content
Returns M minima of the given geometry or null if there is no M coordinate. ST_MMin

Signatures

ST_MMin(geom: Geometry)

Parameters

geom
Geometry
required
The input geometry.

Return type

A numeric value.

Example

SELECT ST_MMin(
        ST_GeomFromWKT('LINESTRING ZM(1 1 1 1, 2 2 2 2, 3 3 3 3, -1 -1 -1 -1)')
)
-1.0