Compartir a través de


DbSpatialServices.SymmetricDifference Método

Definición

Sobrecargas

SymmetricDifference(DbGeography, DbGeography)

Calcula la diferencia simétrica de dos valores de DbGeography .

SymmetricDifference(DbGeometry, DbGeometry)

Calcula la diferencia simétrica de dos valores de DbGeometry.

SymmetricDifference(DbGeography, DbGeography)

Calcula la diferencia simétrica de dos valores de DbGeography .

public abstract System.Data.Entity.Spatial.DbGeography SymmetricDifference (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member SymmetricDifference : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function SymmetricDifference (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

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

Excepciones

geographyValue ootherGeography es null.

geographyValue ootherGeography no es compatible con esta implementación de servicios espaciales.

Se aplica a

SymmetricDifference(DbGeometry, DbGeometry)

Calcula la diferencia simétrica de dos valores de DbGeometry.

public abstract System.Data.Entity.Spatial.DbGeometry SymmetricDifference (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member SymmetricDifference : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function SymmetricDifference (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

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

Excepciones

geometryValue ootherGeometry es null.

geometryValue ootherGeometry no es compatible con esta implementación de servicios espaciales.

Se aplica a