次の方法で共有


DbSpatialServices.Distance メソッド (DbGeometry, DbGeometry)

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

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

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

構文

'宣言
Public MustOverride Function Distance ( _
    geometryValue As DbGeometry, _
    otherGeometry As DbGeometry _
) As Double
'使用
Dim instance As DbSpatialServices 
Dim geometryValue As DbGeometry 
Dim otherGeometry As DbGeometry 
Dim returnValue As Double 

returnValue = instance.Distance(geometryValue, _
    otherGeometry)
public abstract double Distance(
    DbGeometry geometryValue,
    DbGeometry otherGeometry
)
public:
virtual double Distance(
    DbGeometry^ geometryValue, 
    DbGeometry^ otherGeometry
) abstract
abstract Distance : 
        geometryValue:DbGeometry * 
        otherGeometry:DbGeometry -> float
public abstract function Distance(
    geometryValue : DbGeometry, 
    otherGeometry : DbGeometry
) : double

パラメーター

戻り値

型 : System.Double
geometryValue と otherGeometry の最も近い 2 点間の距離を指定する double 値。

例外

例外 状態
ArgumentNullException

geometryValue または otherGeometry が null です。

ArgumentException

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

参照

参照

DbSpatialServices クラス

Distance オーバーロード

System.Data.Entity.Spatial 名前空間