SqlGeography.STBuffer(Double) メソッド

定義

SqlGeography インスタンスからの距離が指定した値以下であるすべてのポイントの和集合を表す geography オブジェクトを返します。

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

パラメーター

distance
Double

バッファーの計算に使用する geography インスタンスからの距離を指定する double です。

返品

現在の SqlGeographyから指定した距離にあるすべてのポイントの和集合を表す double。

属性

適用対象