SpatialOperations.Intersects 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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,多邊形。
傳回
運算結果。