次の方法で共有


DbGeography.Buffer(Nullable<Double>) メソッド

定義

geography インスタンスからの距離が指定した値以下のすべてのポイントの共用体を表す geography オブジェクトを返します。

public:
 System::Data::Spatial::DbGeography ^ Buffer(Nullable<double> distance);
public System.Data.Spatial.DbGeography Buffer (double? distance);
member this.Buffer : Nullable<double> -> System.Data.Spatial.DbGeography
Public Function Buffer (distance As Nullable(Of Double)) As DbGeography

パラメーター

distance
Nullable<Double>

距離。

戻り値

すべてのポイントの和集合を表す geography オブジェクト。

適用対象