Geometry.FromWellKnownText
Translates text representing a geometric value in Well-Known Text (WKT) format into a structured record.
Syntax
Geometry.FromWellKnownText(
input as text
) as record
Remarks
Translates text representing a geometric value in Well-Known Text (WKT) format into a structured record. WKT is a standard format defined by the Open Geospatial Consortium (OGC) and is the typical serialization format used by databases including SQL Server.
Category
Record.Serialization