Partager via


SpatialOperations.Intersects Méthode

Définition

Surcharges

Intersects(Geography, Geography)

Indique une méthode Geography Intersects().

Intersects(Geometry, Geometry)

Indique la méthode Geometry Intersects().

Intersects(Geography, Geography)

Indique une méthode Geography Intersects().

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

Paramètres

operand1
Geography

Opérande 1, point.

operand2
Geography

Opérande 2, polygone.

Retours

Le résultat d'opération.

S’applique à

Intersects(Geometry, Geometry)

Indique la méthode 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

Paramètres

operand1
Geometry

Opérande 1, point.

operand2
Geometry

Opérande 2, polygone.

Retours

Le résultat d'opération.

S’applique à