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

第二个操作数。

返回

操作结果。

适用于