SqlGeography.BufferWithCurves(Double) メソッド

定義

呼び出し元の SqlGeography インスタンスからの距離が distance パラメーター以下のすべてのポイントのセットを表すSqlGeography インスタンスを返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography BufferWithCurves(double distance);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.BufferWithCurves : double -> Microsoft.SqlServer.Types.SqlGeography
Public Function BufferWithCurves (distance As Double) As SqlGeography

パラメーター

distance
Double

バッファーを形成するポイントの最大距離は、geography インスタンスから取得できます。

返品

呼び出し元の SqlGeography インスタンスからの距離が distance以下のすべてのポイントのセット。

属性

適用対象