Share via


SpatialImplementation.CreateWellKnownTextSqlFormatter Method

Definition

Overloads

CreateWellKnownTextSqlFormatter()

Creates a WellKnownTextSqlFormatter for this implementation.

CreateWellKnownTextSqlFormatter(Boolean)

Creates a WellKnownTextSqlFormatter for this implementation.

CreateWellKnownTextSqlFormatter()

Creates a WellKnownTextSqlFormatter for this implementation.

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

Returns

The WellKnownTextSqlFormatter created.

Applies to

CreateWellKnownTextSqlFormatter(Boolean)

Creates a WellKnownTextSqlFormatter for this implementation.

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

Parameters

allowOnlyTwoDimensions
Boolean

Controls the writing and reading of the Z and M dimension.

Returns

The WellKnownTextSqlFormatter created.

Applies to