DbSpatialServices.Overlaps(DbGeometry, DbGeometry) 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.
Détermine si les deux valeurs DbGeometry données se chevauchent de façon spatiale.
public abstract bool Overlaps (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Overlaps : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Overlaps (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique.
- otherGeometry
- DbGeometry
Deuxième valeur géométrique.
Retours
true si geometryValue chevauche otherGeometry ; sinon, false.
Exceptions
geometryValue
ouotherGeometry
a la valeur null.
geometryValue
ouotherGeometry
n’est pas compatible avec cette implémentation de services spatiaux.