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_PointM (X: Double, Y: Double, M: Double)
ST_PointM (X: Double, Y: Double, M: Double, srid: Integer)
SELECT ST_AsEWKT(ST_PointM(1.2345, 2.3456, 3.4567))
POINT ZM(1.2345 2.3456 0 3.4567)
Was this page helpful?