Compartilhar via


SqlSpatialServices.SymmetricDifference Método

Definição

Sobrecargas

SymmetricDifference(DbGeography, DbGeography)

Calcula a diferença simétrica de dois valores DbGeography.

SymmetricDifference(DbGeometry, DbGeometry)

Calcula a diferença simétrica entre dois valores DbGeometry.

SymmetricDifference(DbGeography, DbGeography)

Calcula a diferença simétrica de dois valores 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

Parâmetros

geographyValue
DbGeography

O primeiro valor de geografia.

otherGeography
DbGeography

O segundo valor de geografia.

Retornos

Um novo DbGeography valor que representa a diferença simétrica de geographyValue e otherGeography.

Aplica-se a

SymmetricDifference(DbGeometry, DbGeometry)

Calcula a diferença simétrica entre dois valores 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

Parâmetros

geometryValue
DbGeometry

O primeiro valor de geometria.

otherGeometry
DbGeometry

O segundo valor de geometria.

Retornos

Um novo DbGeometry valor que representa a diferença simétrica entre geometryValue e otherGeometry.

Aplica-se a