DbSpatialServices.SymmetricDifference Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Calcula a diferença simétrica de dois valores.
Sobrecargas
| Name | Description |
|---|---|
| SymmetricDifference(DbGeography, DbGeography) |
Calcula a diferença simétrica de dois DbGeography valores. |
| SymmetricDifference(DbGeometry, DbGeometry) |
Calcula a diferença simétrica entre dois DbGeometry valores. |
SymmetricDifference(DbGeography, DbGeography)
Calcula a diferença simétrica de dois DbGeography valores.
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 geográfico.
- otherGeography
- DbGeography
O segundo valor geográfico.
Devoluções
Um novo DbGeography valor que representa a diferença simétrica de geographyValue e otherGeography.
Exceções
geographyValue
otherGeography
geographyValue
otherGeography
Aplica-se a
SymmetricDifference(DbGeometry, DbGeometry)
Calcula a diferença simétrica entre dois DbGeometry valores.
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 geométrico.
- otherGeometry
- DbGeometry
O segundo valor geométrico.
Devoluções
Um novo DbGeometry valor que representa a diferença simétrica entre geometryValue e otherGeometry.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry