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


SqlSpatialServices.Union Метод

Определение

Перегрузки

Union(DbGeometry, DbGeometry)

Вычисляет объединение двух значений DbGeometry.

Union(DbGeography, DbGeography)

Вычисляет объединение двух значений DbGeography.

Union(DbGeometry, DbGeometry)

Вычисляет объединение двух значений DbGeometry.

public override System.Data.Entity.Spatial.DbGeometry Union(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Union : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function Union (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Параметры

geometryValue
DbGeometry

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

otherGeometry
DbGeometry

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

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

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

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

Union(DbGeography, DbGeography)

Вычисляет объединение двух значений DbGeography.

public override System.Data.Entity.Spatial.DbGeography Union(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Union : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Параметры

geographyValue
DbGeography

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

otherGeography
DbGeography

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

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

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

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