Share via


DbSpatialServices.Union Método

Definición

Calcula la unión de dos valores.

Sobrecargas

Union(DbGeography, DbGeography)

Calcula la unión de dos valores de DbGeography.

Union(DbGeometry, DbGeometry)

Calcula la unión de dos valores de DbGeometry.

Union(DbGeography, DbGeography)

Calcula la unión de dos valores de 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

Parámetros

geographyValue
DbGeography

Primer valor de geografía.

otherGeography
DbGeography

Segundo valor de geografía.

Devoluciones

Un nuevo valor de DbGeography que representa la unión de geographyValue y de otherGeography.

Excepciones

geographyValue otherGeography

geographyValue otherGeography

Se aplica a

Union(DbGeometry, DbGeometry)

Calcula la unión de dos valores de 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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

Un nuevo valor de DbGeometry que representa la unión de geometryValue y de otherGeometry.

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a