Partager via


SqlSpatialServices.Difference Méthode

Définition

Surcharges

Difference(DbGeography, DbGeography)

Calcule la différence de deux valeurs DbGeography.

Difference(DbGeometry, DbGeometry)

Calcule la différence entre deux valeurs DbGeometry.

Difference(DbGeography, DbGeography)

Calcule la différence de deux valeurs DbGeography.

public override System.Data.Entity.Spatial.DbGeography Difference (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Difference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function Difference (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 valeur DbGeography représentant la différence entre geographyValue et otherGeography.

S’applique à

Difference(DbGeometry, DbGeometry)

Calcule la différence entre deux valeurs DbGeometry.

public override System.Data.Entity.Spatial.DbGeometry Difference (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Difference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function Difference (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 valeur DbGeometry représentant la différence entre geometryValue et otherGeometry.

S’applique à