Geometry.ToWellKnownText

This function converts a specific geometric point value into its Well-Known Text (WKT) format according to the standards set by the Open Geospatial Consortium (OGC). WKT is commonly utilized as the se...

Syntax

Geometry.ToWellKnownText(input as nullable record, optional omitSRID as nullable logical) as nullable text

About

This function converts a specific geometric point value into its Well-Known Text (WKT) format according to the standards set by the Open Geospatial Consortium (OGC). WKT is commonly utilized as the serialization format in various databases, including SQL Server.