Partager via


DbSpatialServices.Union Méthode

Définition

Surcharges

Union(DbGeography, DbGeography)

Calcule l'union de deux valeurs DbGeography.

Union(DbGeometry, DbGeometry)

Calcule l'union de deux valeurs DbGeometry.

Union(DbGeography, DbGeography)

Calcule l'union de deux valeurs DbGeography.

public abstract System.Data.Entity.Spatial.DbGeography Union (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Union : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.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 ouotherGeography a la valeur null.

geographyValue ouotherGeography n’est pas compatible avec cette implémentation de services spatiaux.

S’applique à

Union(DbGeometry, DbGeometry)

Calcule l'union de deux valeurs DbGeometry.

public abstract System.Data.Entity.Spatial.DbGeometry Union (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Union : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.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 ouotherGeometry a la valeur null.

geometryValue ouotherGeometry n’est pas compatible avec cette implémentation de services spatiaux.

S’applique à