SpatialImplementation.CreateWellKnownTextSqlFormatter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.