Поделиться через


DbSpatialServices.SymmetricDifference Метод

Определение

Вычисляет симметрическое различие между двумя значениями.

Перегрузки

SymmetricDifference(DbGeography, DbGeography)

Вычисляет симметрическое различие между двумя значениями DbGeography.

SymmetricDifference(DbGeometry, DbGeometry)

Вычисляет симметрическое различие между двумя значениями DbGeometry.

SymmetricDifference(DbGeography, DbGeography)

Вычисляет симметрическое различие между двумя значениями 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

Параметры

geographyValue
DbGeography

Первое географическое значение.

otherGeography
DbGeography

Второе географическое значение.

Возвращаемое значение

Новое значение DbGeography, представляющее симметричное различие между geographyValue и otherGeography.

Исключения

geographyValue otherGeography

geographyValue otherGeography

Применяется к

SymmetricDifference(DbGeometry, DbGeometry)

Вычисляет симметрическое различие между двумя значениями 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

Параметры

geometryValue
DbGeometry

Первое геометрическое значение.

otherGeometry
DbGeometry

Второе геометрическое значение.

Возвращаемое значение

Новое значение DbGeometry, представляющее симметричное различие между geometryValue и otherGeometry.

Исключения

geometryValue otherGeometry

geometryValue otherGeometry

Применяется к