DbGeography.Intersects(DbGeography) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷這個 DbGeography 值是否在空間上與指定的 DbGeography 引數有交集。
public:
bool Intersects(System::Data::Spatial::DbGeography ^ other);
public bool Intersects (System.Data.Spatial.DbGeography other);
member this.Intersects : System.Data.Spatial.DbGeography -> bool
Public Function Intersects (other As DbGeography) As Boolean
參數
- other
- DbGeography
應該和這個地理位置值針對交集做比較的地理位置值。
傳回
如果 other
與這個地理值有交集則為 true
,否則為 false
。
例外狀況
other