Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

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)