DbSpatialServices.Intersection 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
Intersection(DbGeometry, DbGeometry) |
Calcule l'intersection des deux valeurs DbGeometry. |
Intersection(DbGeography, DbGeography) |
Calcule l'intersection des deux valeurs DbGeography. |
Intersection(DbGeometry, DbGeometry)
Calcule l'intersection des deux valeurs DbGeometry.
public abstract System.Data.Entity.Spatial.DbGeometry Intersection (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Intersection : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function Intersection (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique.
- otherGeometry
- DbGeometry
Deuxième valeur géométrique.
Retours
Nouvelle DbGeometry valeur représentant l’intersection de geometryValue et otherGeometry.
Exceptions
geometryValue
ouotherGeometry
a la valeur null.
geometryValue
ouotherGeometry
n’est pas compatible avec cette implémentation des services spatiaux.
S’applique à
Intersection(DbGeography, DbGeography)
Calcule l'intersection des deux valeurs DbGeography.
public abstract System.Data.Entity.Spatial.DbGeography Intersection (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Intersection : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function Intersection (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Paramètres
- geographyValue
- DbGeography
Première valeur géographique.
- otherGeography
- DbGeography
Deuxième valeur géographique.
Retours
Nouvelle DbGeography valeur représentant l’intersection de geographyValue et otherGeography.
Exceptions
geographyValue
ouotherGeography
a la valeur null.
geographyValue
ouotherGeography
n’est pas compatible avec cette implémentation des services spatiaux.