SpatialOperations.Intersects Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.