DbSpatialServices.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(DbGeography, DbGeography) |
Détermine si les deux valeurs DbGeography données se coupent de façon spatiale. |
Intersects(DbGeometry, DbGeometry) |
Détermine si les deux valeurs DbGeometry données se coupent de façon spatiale. |
Intersects(DbGeography, DbGeography)
Détermine si les deux valeurs DbGeography données se coupent de façon spatiale.
public abstract bool Intersects (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Paramètres
- geographyValue
- DbGeography
Première valeur géographique à comparer pour identifier l'intersection.
- otherGeography
- DbGeography
Deuxième valeur géographique à comparer pour identifier l'intersection.
Retours
true si geographyValue croise otherGeography ; sinon, false.
Exceptions
geographyValue
ouotherGeography
a la valeur null.
geographyValue
ouotherGeography
n’est pas compatible avec cette implémentation des services spatiaux.
S’applique à
Intersects(DbGeometry, DbGeometry)
Détermine si les deux valeurs DbGeometry données se coupent de façon spatiale.
public abstract bool Intersects (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique à comparer pour identifier l'intersection.
- otherGeometry
- DbGeometry
Deuxième valeur géométrique à comparer pour identifier l'intersection.
Retours
true si geometryValue croise d’autresgéométrie ; sinon, false.
Exceptions
geometryValue
ouotherGeometry
a la valeur null.
geometryValue
ouotherGeometry
n’est pas compatible avec cette implémentation des services spatiaux.