SpatialImplementation.CreateWellKnownTextSqlFormatter 方法

定义

重载

CreateWellKnownTextSqlFormatter()

为此实现创建 WellKnownTextSqlFormatter。

CreateWellKnownTextSqlFormatter(Boolean)

为此实现创建 WellKnownTextSqlFormatter。

CreateWellKnownTextSqlFormatter()

为此实现创建 WellKnownTextSqlFormatter。

public abstract Microsoft.Spatial.WellKnownTextSqlFormatter CreateWellKnownTextSqlFormatter ();
abstract member CreateWellKnownTextSqlFormatter : unit -> Microsoft.Spatial.WellKnownTextSqlFormatter
Public MustOverride Function CreateWellKnownTextSqlFormatter () As WellKnownTextSqlFormatter

返回

创建的 WellKnownTextSqlFormatter。

适用于

CreateWellKnownTextSqlFormatter(Boolean)

为此实现创建 WellKnownTextSqlFormatter。

public abstract Microsoft.Spatial.WellKnownTextSqlFormatter CreateWellKnownTextSqlFormatter (bool allowOnlyTwoDimensions);
abstract member CreateWellKnownTextSqlFormatter : bool -> Microsoft.Spatial.WellKnownTextSqlFormatter
Public MustOverride Function CreateWellKnownTextSqlFormatter (allowOnlyTwoDimensions As Boolean) As WellKnownTextSqlFormatter

参数

allowOnlyTwoDimensions
Boolean

控制 Z 和 M 维度的写入和读取。

返回

创建的 WellKnownTextSqlFormatter。

适用于