DbSpatialServices.Union Méthode

Définition

Calcule l’union de deux valeurs.

Surcharges

Nom Description
Union(DbGeography, DbGeography)

Calcule l’union de deux DbGeography valeurs.

Union(DbGeometry, DbGeometry)

Calcule l’union de deux DbGeometry valeurs.

Union(DbGeography, DbGeography)

Calcule l’union de deux DbGeography valeurs.

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

Paramètres

geographyValue
DbGeography

Première valeur géographique.

otherGeography
DbGeography

Deuxième valeur géographique.

Retours

Nouvelle DbGeography valeur représentant l’union de geographyValue et otherGeography.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à

Union(DbGeometry, DbGeometry)

Calcule l’union de deux DbGeometry valeurs.

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

Paramètres

geometryValue
DbGeometry

Première valeur géométrique.

otherGeometry
DbGeometry

Deuxième valeur géométrique.

Retours

Nouvelle DbGeometry valeur représentant l’union de geometryValue et otherGeometry.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à