次の方法で共有


DbGeography.Intersection(DbGeography) メソッド

定義

この DbGeography 値と別の DbGeography 値の交差を計算します。

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

パラメーター

other
DbGeography

この値との交差を計算する必要がある geography 値。

戻り値

この geography 値とその他の交差部分を表す新しい DbGeography 値。

適用対象