Compartilhar via


DbSpatialServices.SymmetricDifference Método

Definição

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

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:
 abstract System::Data::Spatial::DbGeography ^ SymmetricDifference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography SymmetricDifference (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member SymmetricDifference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride 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 valor DbGeography que representa a diferença de geographyValue e otherGeography.

Exceções

geographyValue otherGeography

geographyValue otherGeography

Aplica-se a

SymmetricDifference(DbGeometry, DbGeometry)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ SymmetricDifference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry SymmetricDifference (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member SymmetricDifference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride 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 valor DbGeometry que representa a diferença entre geometryValue e otherGeometry.

Exceções

geometryValue otherGeometry

geometryValue otherGeometry

Aplica-se a