Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_GeogFromEWKT

Introduction: Construct a Geography from OGC Extended WKT.

Format:

ST_GeogFromEWKT (EWkt: String)

Return type: Geography

Since: v1.8.0

SQL example:

SELECT ST_AsEWKT(ST_GeogFromEWKT('SRID=4326; LINESTRING (0 0, 3 3, 4 4)'))

Output:

SRID=4326; LINESTRING (0 0, 3 3, 4 4)