DbSpatialServices.Difference 方法

定義

計算兩個值之間的差異。

多載

Difference(DbGeography, DbGeography)

計算兩個 DbGeography 值之間的差異。

Difference(DbGeometry, DbGeometry)

計算兩個 DbGeometry 值之間的差異。

Difference(DbGeography, DbGeography)

計算兩個 DbGeography 值之間的差異。

public abstract System.Data.Spatial.DbGeography Difference (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);

參數

geographyValue
DbGeography

第一個地理位置值。

otherGeography
DbGeography

第二個地理位置值。

傳回

表示 geographyValueotherGeography 之間差異的新 DbGeography 值。

例外狀況

geographyValue otherGeography

geographyValue otherGeography

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Difference(DbGeometry, DbGeometry)

計算兩個 DbGeometry 值之間的差異。

public abstract System.Data.Spatial.DbGeometry Difference (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);

參數

geometryValue
DbGeometry

第一個幾何值。

otherGeometry
DbGeometry

第二個幾何值。

傳回

表示 geometryValueotherGeometry 之間差異的新 DbGeometry 值。

例外狀況

geometryValue otherGeometry

geometryValue otherGeometry

適用於

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1