Freigeben über


SpatialImplementation.CreateWellKnownTextSqlFormatter Methode

Definition

Überlädt

CreateWellKnownTextSqlFormatter()

Erstellt einen WellKnownTextSqlFormatter für diese Implementierung.

CreateWellKnownTextSqlFormatter(Boolean)

Erstellt einen WellKnownTextSqlFormatter für diese Implementierung.

CreateWellKnownTextSqlFormatter()

Erstellt einen WellKnownTextSqlFormatter für diese Implementierung.

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

Gibt zurück

Der erstellte WellKnownTextSqlFormatter.

Gilt für:

CreateWellKnownTextSqlFormatter(Boolean)

Erstellt einen WellKnownTextSqlFormatter für diese Implementierung.

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

Parameter

allowOnlyTwoDimensions
Boolean

Steuert das Schreiben und das Lesen der Z-Dimension und der M-Dimension.

Gibt zurück

Der erstellte WellKnownTextSqlFormatter.

Gilt für: