Freigeben über


SpatialOperations.Intersects Methode

Definition

Überlädt

Intersects(Geography, Geography)

Gibt eine Geography Intersects()-Methode an.

Intersects(Geometry, Geometry)

Gibt die Geometry Intersects()-Methode an.

Intersects(Geography, Geography)

Gibt eine Geography Intersects()-Methode an.

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

Parameter

operand1
Geography

Der Operand 1, Punkt.

operand2
Geography

Der Operand 2, Polygon.

Gibt zurück

Das Vorgangsergebnis.

Gilt für:

Intersects(Geometry, Geometry)

Gibt die Geometry Intersects()-Methode an.

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

Parameter

operand1
Geometry

Der Operand 1, Punkt.

operand2
Geometry

Der Operand 2, Polygon.

Gibt zurück

Das Vorgangsergebnis.

Gilt für: