共用方式為


DbSpatialServices.Intersection 方法 (DbGeography, DbGeography)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

計算兩個 DbGeography 值的交集。

命名空間:  System.Data.Entity.Spatial
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public MustOverride Function Intersection ( _
    geographyValue As DbGeography, _
    otherGeography As DbGeography _
) As DbGeography
'用途
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim otherGeography As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.Intersection(geographyValue, _
    otherGeography)
public abstract DbGeography Intersection(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual DbGeography^ Intersection(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) abstract
abstract Intersection : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> DbGeography
public abstract function Intersection(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : DbGeography

參數

傳回值

類型:System.Data.Entity.Spatial.DbGeography
表示 geographyValue 與 otherGeography 之間交集的新 DbGeography 值。

例外狀況

例外狀況 條件
ArgumentNullException

geographyValue 或 otherGeography 為 null。

ArgumentException

geographyValue 或 otherGeography 與此空間服務實作不相容。

請參閱

參考

DbSpatialServices 類別

Intersection 多載

System.Data.Entity.Spatial 命名空間