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.

Introduction: Construct a Geometry from WKT. If SRID is not set, it defaults to 0 (unknown). Format: ST_GeomFromWKT (Wkt: String) ST_GeomFromWKT (Wkt: String, srid: Integer) Return type: Geometry The optional srid parameter was added in v1.3.1 SQL Example
SELECT ST_GeomFromWKT('POINT(40.7128 -74.0060)')
Output:
POINT(40.7128 -74.006)