Geometry.FromWellKnownText

Converts text that contains information about a geometric value in Well-Known Text (WKT) format into a structured record. WKT is a standardized format created by the Open Geospatial Consortium (OGC) a...

Syntax

Geometry.FromWellKnownText(input as nullable text) as nullable record

About

Converts text that contains information about a geometric value in Well-Known Text (WKT) format into a structured record. WKT is a standardized format created by the Open Geospatial Consortium (OGC) and is commonly used as the serialization format in databases such as SQL Server.