次の方法で共有


DbSpatialServices.Buffer メソッド

定義

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

オーバーロード

Buffer(DbGeography, Double)

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

Buffer(DbGeometry, Double)

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

Buffer(DbGeography, Double)

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

public:
 abstract System::Data::Spatial::DbGeography ^ Buffer(System::Data::Spatial::DbGeography ^ geographyValue, double distance);
public abstract System.Data.Spatial.DbGeography Buffer (System.Data.Spatial.DbGeography geographyValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeography * double -> System.Data.Spatial.DbGeography
Public MustOverride Function Buffer (geographyValue As DbGeography, distance As Double) As DbGeography

パラメーター

geographyValue
DbGeography

地理的な値。

distance
Double

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

戻り値

distance から geographyValue 以下の距離にあるすべての点を表す新しい DbGeography 値。

例外

geographyValue

geographyValue

適用対象

Buffer(DbGeometry, Double)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ Buffer(System::Data::Spatial::DbGeometry ^ geometryValue, double distance);
public abstract System.Data.Spatial.DbGeometry Buffer (System.Data.Spatial.DbGeometry geometryValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeometry * double -> System.Data.Spatial.DbGeometry
Public MustOverride Function Buffer (geometryValue As DbGeometry, distance As Double) As DbGeometry

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

distance
Double

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

戻り値

distance から geometryValue 以下の距離にあるすべての点を表す新しい DbGeometry 値。

例外

geometryValue

geometryValue

適用対象