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


SqlSpatialServices.SymmetricDifference Метод

Определение

Перегрузки

SymmetricDifference(DbGeography, DbGeography)

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

SymmetricDifference(DbGeometry, DbGeometry)

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

SymmetricDifference(DbGeography, DbGeography)

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

Параметры

geographyValue
DbGeography

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

otherGeography
DbGeography

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

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

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

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

SymmetricDifference(DbGeometry, DbGeometry)

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

Параметры

geometryValue
DbGeometry

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

otherGeometry
DbGeometry

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

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

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

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