DbSpatialServices.Union Metoda

Definicja

Oblicza unię dwóch wartości.

Przeciążenia

Union(DbGeography, DbGeography)

Oblicza unię dwóch DbGeography wartości.

Union(DbGeometry, DbGeometry)

Oblicza unię dwóch DbGeometry wartości.

Union(DbGeography, DbGeography)

Oblicza unię dwóch DbGeography wartości.

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

Parametry

geographyValue
DbGeography

Pierwsza wartość geograficzna.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca unię i geographyValueotherGeography.

Wyjątki

geographyValue otherGeography

geographyValue otherGeography

Dotyczy

Union(DbGeometry, DbGeometry)

Oblicza unię dwóch DbGeometry wartości.

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

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometrii.

Zwraca

Nowa DbGeometry wartość reprezentująca unię i geometryValueotherGeometry.

Wyjątki

geometryValue otherGeometry

geometryValue otherGeometry

Dotyczy