DbGeography.Intersection(DbGeography) メソッド

定義

この DbGeography 値と別の DbGeography 値の積集合を計算します。

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

パラメーター

other
DbGeography

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

返品

この地理値と otherの交差部分を表す新しい DbGeography 値。

例外

適用対象