Hoppa till huvudinnehåll

Geometry.ToWellKnownText

Översätter ett värde för strukturerad geometrisk punkt till WKT-motsvarighet (well-known text).

Syntax

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

Remarks

Översätter en strukturerad geometrisk punkt till dess WKT-motsvarighet (well-known text) enligt definitionen i OGC (Open Geospatial Consortium), det serialiseringsformat som används av många databaser, däribland SQL Server.

Category

Record.Serialization