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 Geometry from OGC Extended WKT

Signatures

ST_GeomFromEWKT (EWkt: String)

Parameters

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

Return type

The resulting geometry.

Example

SELECT ST_AsText(ST_GeomFromEWKT('SRID=4269;POINT(40.7128 -74.0060)'))
POINT(40.7128 -74.006)