Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_PointZM (X: Double, Y: Double, Z: Double, M: Double)
ST_PointZM (X: Double, Y: Double, Z: Double, M: Double, srid: Integer)
SELECT ST_AsEWKT(ST_PointZM(1.2345, 2.3456, 3.4567, 100))
POINT ZM(1.2345 2.3456 3.4567, 100)
Was this page helpful?