次の方法で共有


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

定義

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

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

パラメーター

distance
Nullable<Double>

距離。

戻り値

すべての点の共用体を表す地理的オブジェクト

適用対象