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_PointZ (X: Double, Y: Double, Z: Double)
ST_PointZ (X: Double, Y: Double, Z: Double, srid: Integer)
SELECT ST_AsEWKT(ST_PointZ(1.2345, 2.3456, 3.4567))
POINT Z(1.2345 2.3456 3.4567)
Was this page helpful?