次の方法で共有


SqlSpatialServices.Buffer メソッド

定義

オーバーロード

Buffer(DbGeography, Double)

指定 DbGeography された値からの距離以下のすべてのポイントを表す geography 値を作成します。

Buffer(DbGeometry, Double)

指定 DbGeometry された値からの距離以下のすべてのポイントを表す geometry 値を作成します。

Buffer(DbGeography, Double)

指定 DbGeography された値からの距離以下のすべてのポイントを表す geography 値を作成します。

public override System.Data.Entity.Spatial.DbGeography Buffer(System.Data.Entity.Spatial.DbGeography geographyValue, double distance);
override this.Buffer : System.Data.Entity.Spatial.DbGeography * double -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function Buffer (geographyValue As DbGeography, distance As Double) As DbGeography

パラメーター

geographyValue
DbGeography

地理的な値。

distance
Double

geographyValue からバッファーへの距離を指定する double 値。

戻り値

geographyValue からの距離以下のすべてのポイントを表す新しい DbGeography 値。

適用対象

Buffer(DbGeometry, Double)

指定 DbGeometry された値からの距離以下のすべてのポイントを表す geometry 値を作成します。

public override System.Data.Entity.Spatial.DbGeometry Buffer(System.Data.Entity.Spatial.DbGeometry geometryValue, double distance);
override this.Buffer : System.Data.Entity.Spatial.DbGeometry * double -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function Buffer (geometryValue As DbGeometry, distance As Double) As DbGeometry

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

distance
Double

geometryValue からバッファーへの距離を指定する double 値。

戻り値

geometryValue からの距離以下のすべてのポイントを表す新しい DbGeometry 値。

適用対象