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_GeomFromText
ST_GeogFromText(wkt: String)
ST_GeogFromText(wkt: String, srid: Integer)
SELECT ST_GeogFromText('POINT (-122.4194 37.7749)')
POINT (-122.4194 37.7749)
SELECT ST_AsEWKT(ST_GeogFromText('LINESTRING (1 2, 3 4, 5 6)', 4326))
SRID=4326; LINESTRING (1 2, 3 4, 5 6)
Was this page helpful?