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


DbSpatialServices.Union Метод

Определение

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

Перегрузки

Union(DbGeography, DbGeography)

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

Union(DbGeometry, DbGeometry)

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

Union(DbGeography, DbGeography)

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

public:
 abstract System::Data::Spatial::DbGeography ^ Union(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Union (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Union : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Параметры

geographyValue
DbGeography

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

otherGeography
DbGeography

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

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

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

Исключения

geographyValue otherGeography

geographyValue otherGeography

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

Union(DbGeometry, DbGeometry)

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

public:
 abstract System::Data::Spatial::DbGeometry ^ Union(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Union (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Union : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Union (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Параметры

geometryValue
DbGeometry

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

otherGeometry
DbGeometry

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

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

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

Исключения

geometryValue otherGeometry

geometryValue otherGeometry

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