この実装の WellKnownTextSqlFormatter を作成します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public MustOverride Function CreateWellKnownTextSqlFormatter ( _
allowOnlyTwoDimensions As Boolean _
) As WellKnownTextSqlFormatter
'使用
Dim instance As SpatialImplementation
Dim allowOnlyTwoDimensions As Boolean
Dim returnValue As WellKnownTextSqlFormatter
returnValue = instance.CreateWellKnownTextSqlFormatter(allowOnlyTwoDimensions)
public abstract WellKnownTextSqlFormatter CreateWellKnownTextSqlFormatter(
bool allowOnlyTwoDimensions
)
public:
virtual WellKnownTextSqlFormatter^ CreateWellKnownTextSqlFormatter(
bool allowOnlyTwoDimensions
) abstract
abstract CreateWellKnownTextSqlFormatter :
allowOnlyTwoDimensions:bool -> WellKnownTextSqlFormatter
public abstract function CreateWellKnownTextSqlFormatter(
allowOnlyTwoDimensions : boolean
) : WellKnownTextSqlFormatter
パラメーター
- allowOnlyTwoDimensions
型: System.Boolean
Z 座標および M 座標の書き込みと読み取りを制御します。
戻り値
型: System.Spatial.WellKnownTextSqlFormatter
作成された WellKnownTextSqlFormatter。