SqlGeometry.STBuffer(Double) メソッド

定義

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

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

パラメーター

distance
Double

バッファーを計算する SqlGeometry インスタンスからの距離を指定する double。

返品

呼び出し元のSqlGeometryからの距離が指定した値以下であるすべてのポイントの和集合を表すSqlGeometry オブジェクト。

属性

適用対象