次の方法で共有


DbGeography.Buffer メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

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

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Function Buffer ( _
    distance As Nullable(Of Double) _
) As DbGeography
'使用
Dim instance As DbGeography 
Dim distance As Nullable(Of Double)
Dim returnValue As DbGeography 

returnValue = instance.Buffer(distance)
public DbGeography Buffer(
    Nullable<double> distance
)
public:
DbGeography^ Buffer(
    Nullable<double> distance
)
member Buffer : 
        distance:Nullable<float> -> DbGeography
public function Buffer(
    distance : Nullable<double>
) : DbGeography

パラメーター

戻り値

型 : System.Data.Entity.Spatial.DbGeography
すべての点の和集合を表す geography オブジェクト

参照

参照

DbGeography クラス

System.Data.Entity.Spatial 名前空間