DbSpatialServices.Union Método

Definición

Calcula la unión de dos valores.

Sobrecargas

Nombre Description
Union(DbGeography, DbGeography)

Calcula la unión de dos DbGeography valores.

Union(DbGeometry, DbGeometry)

Calcula la unión de dos DbGeometry valores.

Union(DbGeography, DbGeography)

Calcula la unión de dos DbGeography valores.

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

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

Excepciones

geographyValue otherGeography

geographyValue otherGeography

Se aplica a

Union(DbGeometry, DbGeometry)

Calcula la unión de dos DbGeometry valores.

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

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

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a