Skip to main content
Return the Extended Well-Known Text representation of a geography. EWKT is an extended version of WKT which includes the SRID of the geography. The format originated in PostGIS but is supported by many GIS tools.

Signatures

Parameters

Geography
required
The input geometry.

Return type

A string representation.

Example