SpatialOperations.Intersects 方法

定義

多載

Intersects(Geography, Geography)

表示 Geography 交集 () 方法。

Intersects(Geometry, Geometry)

表示 Geometry Intersects () 方法。

Intersects(Geography, Geography)

表示 Geography 交集 () 方法。

public virtual bool Intersects(Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
abstract member Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> bool
override this.Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> bool
Public Overridable Function Intersects (operand1 As Geography, operand2 As Geography) As Boolean

參數

operand1
Geography

運算元 1,點。

operand2
Geography

運算元 2,多邊形。

傳回

運算結果。

適用於

Intersects(Geometry, Geometry)

表示 Geometry Intersects () 方法。

public virtual bool Intersects(Microsoft.Spatial.Geometry operand1, Microsoft.Spatial.Geometry operand2);
abstract member Intersects : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> bool
override this.Intersects : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> bool
Public Overridable Function Intersects (operand1 As Geometry, operand2 As Geometry) As Boolean

參數

operand1
Geometry

運算元 1,點。

operand2
Geometry

運算元 2,多邊形。

傳回

運算結果。

適用於