SqlSpatialServices.SymmetricDifference 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
SymmetricDifference(DbGeography, DbGeography) |
Calcule la différence symétrique entre deux valeurs DbGeography. |
SymmetricDifference(DbGeometry, DbGeometry) |
Calcule la différence symétrique entre deux valeurs DbGeometry. |
SymmetricDifference(DbGeography, DbGeography)
Calcule la différence symétrique entre deux valeurs DbGeography.
public override System.Data.Entity.Spatial.DbGeography SymmetricDifference (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.SymmetricDifference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function SymmetricDifference (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 la différence symétrique entre geographyValue et otherGeography.
S’applique à
SymmetricDifference(DbGeometry, DbGeometry)
Calcule la différence symétrique entre deux valeurs DbGeometry.
public override System.Data.Entity.Spatial.DbGeometry SymmetricDifference (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.SymmetricDifference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function SymmetricDifference (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 la différence symétrique entre geometryValue et otherGeometry.