Compartir a través de


SqlSpatialServices.Difference Método

Definición

Sobrecargas

Difference(DbGeography, DbGeography)

Calcula la diferencia de dos valores de DbGeography .

Difference(DbGeometry, DbGeometry)

Calcula la diferencia entre dos valores DbGeometry.

Difference(DbGeography, DbGeography)

Calcula la diferencia de dos valores de 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

Parámetros

geographyValue
DbGeography

Primer valor de geografía.

otherGeography
DbGeography

Segundo valor de geografía.

Devoluciones

Nuevo valor DbGeography que representa la diferencia de geographyValue y otherGeography.

Se aplica a

Difference(DbGeometry, DbGeometry)

Calcula la diferencia entre dos valores 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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

Nuevo valor DbGeometry que representa la diferencia entre geometryValue y otherGeometry.

Se aplica a