DbSpatialServices.Union Metodo

Definizione

Calcola l'unione di due valori.

Overload

Nome Descrizione
Union(DbGeography, DbGeography)

Calcola l'unione di due DbGeography valori.

Union(DbGeometry, DbGeometry)

Calcola l'unione di due DbGeometry valori.

Union(DbGeography, DbGeography)

Calcola l'unione di due DbGeography valori.

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

Parametri

geographyValue
DbGeography

Primo valore geografico.

otherGeography
DbGeography

Secondo valore geografico.

Valori restituiti

DbGeography Nuovo valore che rappresenta l'unione di geographyValue e otherGeography.

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a

Union(DbGeometry, DbGeometry)

Calcola l'unione di due DbGeometry valori.

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

Parametri

geometryValue
DbGeometry

Primo valore di geometria.

otherGeometry
DbGeometry

Secondo valore di geometria.

Valori restituiti

DbGeometry Nuovo valore che rappresenta l'unione di geometryValue e otherGeometry.

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a