次の方法で共有


DbSpatialServices.Distance メソッド

定義

2 つの値の最も近いポイント間の距離を計算します。

オーバーロード

Distance(DbGeography, DbGeography)

2 つの DbGeography 値の最も近いポイント間の距離を計算します。

Distance(DbGeometry, DbGeometry)

2 つの DbGeometry 値の最も近いポイント間の距離を計算します。

Distance(DbGeography, DbGeography)

2 つの DbGeography 値の最も近いポイント間の距離を計算します。

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

パラメーター

geographyValue
DbGeography

最初の geography 値。

otherGeography
DbGeography

2 番目の geography 値。

戻り値

geographyValueotherGeography の最も近い 2 点間の距離を指定する double 値。

例外

geographyValue otherGeography

geographyValue otherGeography

適用対象

Distance(DbGeometry, DbGeometry)

2 つの DbGeometry 値の最も近いポイント間の距離を計算します。

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

パラメーター

geometryValue
DbGeometry

最初の geometry 値。

otherGeometry
DbGeometry

2 番目の geometry 値。

戻り値

geometryValueotherGeometry の最も近い 2 点間の距離を指定する double 値。

例外

geometryValue otherGeometry

geometryValue otherGeometry

適用対象