Skip to main content
Construct a Geography from OGC Extended WKT.

Signatures

ST_GeogFromEWKT (EWkt: String)

Parameters

EWkt
String
required
An Extended Well-Known Text (EWKT) representation of a geometry.

Return type

The computed result.

Example

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