SqlSpatialServices.Distance 方法 (DbGeometry, DbGeometry)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
計算兩個 DbGeometry 值中最接近點之間的距離。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function Distance ( _
geometryValue As DbGeometry, _
otherGeometry As DbGeometry _
) As Double
'用途
Dim instance As SqlSpatialServices
Dim geometryValue As DbGeometry
Dim otherGeometry As DbGeometry
Dim returnValue As Double
returnValue = instance.Distance(geometryValue, _
otherGeometry)
public override double Distance(
DbGeometry geometryValue,
DbGeometry otherGeometry
)
public:
virtual double Distance(
DbGeometry^ geometryValue,
DbGeometry^ otherGeometry
) override
abstract Distance :
geometryValue:DbGeometry *
otherGeometry:DbGeometry -> float
override Distance :
geometryValue:DbGeometry *
otherGeometry:DbGeometry -> float
public override function Distance(
geometryValue : DbGeometry,
otherGeometry : DbGeometry
) : double
參數
- geometryValue
類型:System.Data.Entity.Spatial.DbGeometry
第一個地理位置值。
- otherGeometry
類型:System.Data.Entity.Spatial.DbGeometry
第二個地理位置值。
傳回值
類型:System.Double
指定 geographyValue 與 otherGeography 中兩個最接近點之間距離的雙精度值。