次の方法で共有


GeographyOperationsExtensions.Intersects(Geography, Geography) メソッド

定義

地理ポイントと多角形が交差するかどうかを指定します。

public static bool? Intersects (this Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
static member Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> Nullable<bool>
<Extension()>
Public Function Intersects (operand1 As Geography, operand2 As Geography) As Nullable(Of Boolean)

パラメーター

operand1
Geography

最初のオペランド。

operand2
Geography

2 番目のオペランド。

戻り値

操作結果。

適用対象