次の方法で共有


DbSpatialServices.Buffer メソッド (DbGeography, Double)

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

指定された DbGeography 値から distance 以下の距離にあるすべての点を表す geography 値を作成します。

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

構文

'宣言
Public MustOverride Function Buffer ( _
    geographyValue As DbGeography, _
    distance As Double _
) As DbGeography
'使用
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim distance As Double 
Dim returnValue As DbGeography 

returnValue = instance.Buffer(geographyValue, _
    distance)
public abstract DbGeography Buffer(
    DbGeography geographyValue,
    double distance
)
public:
virtual DbGeography^ Buffer(
    DbGeography^ geographyValue, 
    double distance
) abstract
abstract Buffer : 
        geographyValue:DbGeography * 
        distance:float -> DbGeography
public abstract function Buffer(
    geographyValue : DbGeography, 
    distance : double
) : DbGeography

パラメーター

  • distance
    型 : System.Double
    geographyValue からバッファーへの距離を指定する double 値。

戻り値

型 : System.Data.Entity.Spatial.DbGeography
この geographyValue から distance 以下の距離にあるすべての点を表す、新しい DbGeography 値。

例外

例外 状態
ArgumentNullException

geographyValue が null です。

ArgumentException

geographyValue は、この空間サービスの実装と互換性がありません。

参照

参照

DbSpatialServices クラス

Buffer オーバーロード

System.Data.Entity.Spatial 名前空間