Skip to main content
Returns a code indicating the Z and M coordinate dimensions present in the input geometry. Values are: 0 = 2D, 1 = 3D-M, 2 = 3D-Z, 3 = 4D. ST_Zmflag

Signatures

Parameters

geom
Geometry
required
The input geometry.

Return type

An integer value.

Examples