ST_HasZ(geom: Geometry)
true
false
SELECT ST_HasZ( ST_GeomFromWKT('LINESTRING Z (30 10 5, 40 40 10, 20 40 15, 10 20 20)') )
Was this page helpful?