Skip to main content
Construct a Geography from WKT. If SRID is not set, it defaults to 0 (unknown).

Signatures

Parameters

Wkt
String
required
A Well-Known Text (WKT) representation of a geometry.
srid
Integer
Spatial Reference Identifier.

Return type

The computed result.

Examples