次の方法で共有


DbGeography.Intersects(DbGeography) メソッド

定義

この DbGeography 値が指定した DbGeography 引数と空間的に交差するかどうかを判断します。

public bool Intersects (System.Data.Entity.Spatial.DbGeography other);
member this.Intersects : System.Data.Entity.Spatial.DbGeography -> bool
Public Function Intersects (other As DbGeography) As Boolean

パラメーター

other
DbGeography

この geography 値と交差を比較する必要がある geography 値。

戻り値

他がこの geography 値と交差する場合は true。それ以外の場合は false。

適用対象